PersistentResponse::MessageId Property

.NET Framework 4.5

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)

public:
property String^ MessageId {
	String^ get ();
	void set (String^ value);
}

Property Value

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