| ManagerConnectionPingInterval Property |
Timeout from Ping to Pong. If no Pong received send Disconnect event. Set to zero to disable.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int PingInterval { get; set; }
Public Property PingInterval As Integer
Get
Set
public:
property int PingInterval {
int get ();
void set (int value);
}
member PingInterval : int with get, set
Property Value
Type:
Int32See Also