HubConnectionContext.OthersInGroup Method

.NET Framework 4

Returns a dynamic representation of all clients in a group except the calling client.

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

Syntax

'Declaration
Public Function OthersInGroup ( _
    groupName As String _
) As Object
'Usage
Dim instance As HubConnectionContext 
Dim groupName As String 
Dim returnValue As Object 

returnValue = instance.OthersInGroup(groupName)
public Object OthersInGroup(
    string groupName
)
public:
Object^ OthersInGroup(
    String^ groupName
)
member OthersInGroup : 
        groupName:string -> Object
public function OthersInGroup(
    groupName : String
) : Object

Parameters

Return Value

Type: System.Object
A dynamic representation of all clients in a group except the calling client.

See Also

Reference

HubConnectionContext Class

Microsoft.AspNet.SignalR.Hubs Namespace