ServerIdManager::ServerId Property

.NET Framework 4.5

The id of the server.

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

public:
virtual property String^ ServerId {
	String^ get () sealed;
	private: void set (String^ value) sealed;
}

Property Value

Type: System::String
Returns String.

Implements

IServerIdManager::ServerId
Show: