Share via


DynamicHubClients.User(String) Method

Definition

Gets an object that can be used to invoke methods on all connections associated with the specified user.

public:
 System::Object ^ User(System::String ^ userId);
public dynamic User (string userId);
member this.User : string -> obj
Public Function User (userId As String) As Object

Parameters

userId
String

The user ID.

Returns

An object that can be used to invoke methods.

Applies to