IHubConnectionContext.All Property

.NET Framework 4

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
Returns Object.

See Also

Reference

IHubConnectionContext Interface

Microsoft.AspNet.SignalR.Hubs Namespace