Syntax
Function DisconnectSession(SessionName As String, SessionType As Long)
Description
The DisconnectSession operation is used to disconnect the connected session by its name and Type.
Request Parameters
| Name |
Description |
Required |
| SessionName |
- The username of the connected session to be disconnected
- Type: String
- Must be a valid username that is accessible by logged in Dealer
|
Yes |
| SessionType |
- The Type of the connected session to be disconnected
- Type: Long
- Constraints: Can be one of the following :
1: Means dealer user type
2: Means Client User Type
3: Means Demo Client user type
6: Means History Client user Type
|
Yes |
Response Elements
| Name |
Description |
| Result |
This operation returns (1) in case of success, In case of failure, refer to the error code. |
See Also
GetMWAllSymbol
GetOnlineSessions
GetChartScrollData
VertexFX BackOffice WCF Service (Primitive)