HubConnectionContext.Client Method

.NET Framework 4

Returns a dynamic representation of the connection with the specified connection ID.

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

Syntax

'Declaration
Public Function Client ( _
    connectionId As String _
) As Object
'Usage
Dim instance As HubConnectionContext 
Dim connectionId As String 
Dim returnValue As Object 

returnValue = instance.Client(connectionId)
public Object Client(
    string connectionId
)
public:
virtual Object^ Client(
    String^ connectionId
) sealed
abstract Client : 
        connectionId:string -> Object  
override Client : 
        connectionId:string -> Object
public final function Client(
    connectionId : String
) : Object

Parameters

Return Value

Type: System.Object
A dynamic representation of the specified client.

Implements

IHubConnectionContext.Client(String)

See Also

Reference

HubConnectionContext Class

Microsoft.AspNet.SignalR.Hubs Namespace