Click or drag to resize

SubscriberHubOnDisconnected Method

Handles when a client disconnects from the hub.

Namespace:  openPDC
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.3.33-beta
Syntax
public override Task OnDisconnected(
	bool stopCalled
)
Request Example View Source

Parameters

stopCalled
Type: SystemBoolean
Indicates whether the client called stop.

Return Value

Type: Task
The task to handle the disconnect.

Implements

IHub.OnDisconnected(Boolean)
See Also