Share via


PersistentResponse.TotalCount Property

.NET Framework 4

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)

Syntax

'Declaration
Public Property TotalCount As Integer 
    Get 
    Set
'Usage
Dim instance As PersistentResponse 
Dim value As Integer 

value = instance.TotalCount

instance.TotalCount = value
public int TotalCount { get; set; }
public:
property int TotalCount {
    int get ();
    void set (int value);
}
member TotalCount : int with get, set
function get TotalCount () : int 
function set TotalCount (value : int)

Property Value

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

See Also

Reference

PersistentResponse Class

Microsoft.AspNet.SignalR.Transports Namespace