IServerIdManager Interface
.NET Framework 4
Generates a server id
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IServerIdManager
'Usage
Dim instance As IServerIdManager
public interface IServerIdManager
public interface class IServerIdManager
type IServerIdManager = interface end
public interface IServerIdManager
The IServerIdManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
ServerId | The id of the server. |
Top