ForeverTransport.LastMessageId Property

.NET Framework 4

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

Syntax

'Declaration
Protected ReadOnly Property LastMessageId As String 
    Get
'Usage
Dim value As String 

value = Me.LastMessageId
protected string LastMessageId { get; }
protected:
property String^ LastMessageId {
    String^ get ();
}
member LastMessageId : string
function get LastMessageId () : String

Property Value

Type: System.String
Returns String.

See Also

Reference

ForeverTransport Class

Microsoft.AspNet.SignalR.Transports Namespace