IPersistentConnectionContext Interface
.NET Framework 4
Provides access to information about a PersistentConnection.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IPersistentConnectionContext
'Usage
Dim instance As IPersistentConnectionContext
public interface IPersistentConnectionContext
public interface class IPersistentConnectionContext
type IPersistentConnectionContext = interface end
public interface IPersistentConnectionContext
The IPersistentConnectionContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
Connection | Gets the IConnection for the PersistentConnection . | |
Groups | Gets the IConnectionGroupManager for the PersistentConnection . |
Top