Delegate SoDatabaseLogOut
Event raised as part of dissconnect database process (formerly referred to as the database logout process)
Namespace: SuperOffice
Assembly: SoCore.dll
Syntax
public delegate void SoDatabaseLogOut()
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()