IServerIdManager.ServerId Property
.NET Framework 4
The id of the server.
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property ServerId As String
Get
'Usage
Dim instance As IServerIdManager
Dim value As String
value = instance.ServerId
string ServerId { get; }
property String^ ServerId {
String^ get ();
}
abstract ServerId : string
function get ServerId () : String
Property Value
Type: System.String