PersistentResponse::LongPollDelay Property

.NET Framework 4.5

Gets or sets the time the long polling client should wait before reestablishing a connection if no data is received.

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
property Nullable<long long> LongPollDelay {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}

Property Value

Type: System::Nullable<Int64>
The time the long polling client should wait before reestablishing a connection if no data is received.
Show: