DisconnectEventArgs Structure
|
Disconnect event arguments.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax public 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.
|
TopSee Also