PersistentResponse::TotalCount Property

.NET Framework 4.5

Gets or sets the total count of the messages sent the receiving connection.

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

public:
property int TotalCount {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The total count of the messages sent the receiving connection.
Show: