Click or drag to resize

RecordOperationsHubTOnConnected Method

Called when the connection connects to this hub instance.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public override Task OnConnected()
View Source

Return Value

Task
A Task

Implements

IHub.OnConnected
See Also