DisconnectEventArgs Structure
|
Disconnect event arguments.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntaxpublic struct DisconnectEventArgs
Public Structure DisconnectEventArgs
public value class DisconnectEventArgs
[<SealedAttribute>]
type DisconnectEventArgs = struct end
The DisconnectEventArgs type exposes the following members.
Fields
| Name | Description |
---|
 | Exception |
Disconnect exception. Can be null.
|
Top
See Also