Share via


PersistentResponse.MessageId Property

.NET Framework 4

Gets or sets the id of the last message in the connection received.

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

Syntax

'Declaration
Public Property MessageId As String 
    Get 
    Set
'Usage
Dim instance As PersistentResponse 
Dim value As String 

value = instance.MessageId

instance.MessageId = value
public string MessageId { get; set; }
public:
property String^ MessageId {
    String^ get ();
    void set (String^ value);
}
member MessageId : string with get, set
function get MessageId () : String 
function set MessageId (value : String)

Property Value

Type: System.String
The id of the last message in the connection received.

See Also

Reference

PersistentResponse Class

Microsoft.AspNet.SignalR.Transports Namespace