IHubClients.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 proxy that can be used to invoke methods on a single client connected to the hub and receive results.
public virtual Microsoft.AspNetCore.SignalR.ISingleClientProxy Client (string connectionId);
abstract member Client : string -> Microsoft.AspNetCore.SignalR.ISingleClientProxy
override this.Client : string -> Microsoft.AspNetCore.SignalR.ISingleClientProxy
Public Overridable Function Client (connectionId As String) As ISingleClientProxy
Parameters
- connectionId
- String
The connection ID.
Returns
A client caller.