IHubClients<T>.User(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.