IHubContext Interface

.NET Framework 4.5

Provides access to information about a IHub.

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

Syntax

'Declaration
Public Interface IHubContext
'Usage
Dim instance As IHubContext
public interface IHubContext
public interface class IHubContext
type IHubContext =  interface end
public interface IHubContext

The IHubContext type exposes the following members.

Properties

  Name Description
Public property Clients Encapsulates all information about a SignalR connection for an IHub.
Public property Groups Gets the IGroupManager the hub.

Top

See Also

Reference

Microsoft.AspNet.SignalR Namespace