IHub Interface

.NET Framework 4

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

Syntax

'Declaration
Public Interface IHub _
    Inherits IDisposable
'Usage
Dim instance As IHub
public interface IHub : IDisposable
public interface class IHub : IDisposable
type IHub =  
    interface 
        interface IDisposable 
    end
public interface IHub extends IDisposable

The IHub type exposes the following members.

Properties

  Name Description
Public property Clients
Public property Context
Public property Groups

Top

Methods

  Name Description
Public method Dispose (Inherited from IDisposable.)
Public method OnConnected
Public method OnDisconnected
Public method OnReconnected

Top

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace