ContextFactoryCloseApplication Method |
Removes the cached application context object and closes the application.
This enables an explicit logout.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void CloseApplication(
string authToken
)
Public Sub CloseApplication (
authToken As String
)
Parameters
- authToken
- Type: SystemString
The authentication token
See Also