Class SoDatabaseLogOut
Event raised as part of dissconnect database process (formerly referred to as the database logout process)
Namespace: SuperOffice
Assembly: SoCore.dll
Syntax
public sealed class SoDatabaseLogOut : MulticastDelegate
Constructors
SoDatabaseLogOut(Object, IntPtr)
Event raised as part of dissconnect database process (formerly referred to as the database logout process)
Declaration
public SoDatabaseLogOut(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
Object | object | |
IntPtr | method |
Methods
BeginInvoke(AsyncCallback, Object)
Event raised as part of dissconnect database process (formerly referred to as the database logout process)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
AsyncCallback | callback | |
Object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Event raised as part of dissconnect database process (formerly referred to as the database logout process)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Invoke()
Event raised as part of dissconnect database process (formerly referred to as the database logout process)
Declaration
public virtual void Invoke()
Extension Methods
EnumUtil.MapEnums<From, To>(From)