IHub.Clients Property

.NET Framework 4

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

Syntax

'Declaration
Property Clients As HubConnectionContext 
    Get 
    Set
'Usage
Dim instance As IHub 
Dim value As HubConnectionContext 

value = instance.Clients

instance.Clients = value
HubConnectionContext Clients { get; set; }
property HubConnectionContext^ Clients {
    HubConnectionContext^ get ();
    void set (HubConnectionContext^ value);
}
abstract Clients : HubConnectionContext with get, set
function get Clients () : HubConnectionContext 
function set Clients (value : HubConnectionContext)

Property Value

Type: Microsoft.AspNet.SignalR.Hubs.HubConnectionContext
Returns HubConnectionContext.

See Also

Reference

IHub Interface

Microsoft.AspNet.SignalR.Hubs Namespace