Click or drag to resize

HubClientOperationsBaseTTryGetHubClient Method

Attempts to get hub client for SignalR session with specified connectionID.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static bool TryGetHubClient(
	string connectionID,
	out T client
)
View Source

Parameters

connectionID  String
SignalR session ID to attempt to find.
client  T
Associated client, if found.

Return Value

Boolean
true if session was found; otherwise, false.
See Also