Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4.5
Gets or sets all the connected clients.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property All As Object
Get
'Usage
Dim instance As IHubConnectionContext
Dim value As Object
value = instance.All
Object All { get; }
property Object^ All {
Object^ get ();
}
abstract All : Object
function get All () : Object
Property Value
Type: System.Object
All connected clients.