HubConnectionContext.Others Property
.NET Framework 4
All connected clients except the calling client.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Property Others As Object
Get
Set
'Usage
Dim instance As HubConnectionContext
Dim value As Object
value = instance.Others
instance.Others = value
public Object Others { get; set; }
public:
property Object^ Others {
Object^ get ();
void set (Object^ value);
}
member Others : Object with get, set
function get Others () : Object
function set Others (value : Object)
Property Value
Type: System.Object
Returns Object.