HubConnectionContext.All Property

.NET Framework 4.5

All connected clients.

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

Syntax

'Declaration
Public Property All As Object 
    Get 
    Set
'Usage
Dim instance As HubConnectionContext 
Dim value As Object 

value = instance.All

instance.All = value
public Object All { get; set; }
public:
virtual property Object^ All {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
abstract All : Object with get, set 
override All : Object with get, set
final function get All () : Object 
final function set All (value : Object)

Property Value

Type: System.Object
Returns Object.

Implements

IHubConnectionContext.All

See Also

Reference

HubConnectionContext Class

Microsoft.AspNet.SignalR.Hubs Namespace