IHubClients<T>.User(String) Method

Definition

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

public:
 T User(System::String ^ userId);
public T User (string userId);
abstract member User : string -> 'T
Public Function User (userId As String) As T

Parameters

userId
String

The user ID.

Returns

T

A client caller.

Applies to