OnLogOff Method
This function is called when the user logs off and their security context is cleared.
Syntax
void OnLogOff(
IApplication application
)Sub OnLogOff( _
ByVal application As IApplication _
) Parameters
| Name | Description |
|---|---|
| application | Information about the running application. |