  | 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)
Syntaxpublic 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: 
Int32
See Also