IHubClients<T>.Client(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 the specified client connection.
public:
T Client(System::String ^ connectionId);
public T Client (string connectionId);
abstract member Client : string -> 'T
Public Function Client (connectionId As String) As T
Parameters
- connectionId
- String
The connection ID.
Returns
T
A client caller.