Click or drag to resize

SubscriberHubOnDisconnected Method

Handles when a client disconnects from the hub.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public override Task OnDisconnected(
	bool stopCalled
)
View Source

Parameters

stopCalled  Boolean
Indicates whether the client called stop.

Return Value

Task
The task to handle the disconnect.

Implements

IHub.OnDisconnected(Boolean)
See Also