Click or drag to resize

RecordOperationsHubTGetConnectionID Method

Gets connection ID for active hub context, if any.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public string GetConnectionID()
View Source

Return Value

String
Connection ID for active hub context.
Remarks
This defines a client-side script function to return connection ID for active SignalR hub context.
See Also