Click or drag to resize

PFApplicationHubCallerOnDisconnected Method

Called when a connection disconnects from this hub gracefully or due to a timeout.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public override Task OnDisconnected(
	bool stopCalled
)

Parameters

stopCalled
Type: SystemBoolean
true, if stop was called on the client closing the connection gracefully; false, if the connection has been lost for longer than the DisconnectTimeout. Timeouts can be caused by clients reconnecting to another SignalR server in scaleout.

Return Value

Type: Task
A Task

Implements

IHub.OnDisconnected(Boolean)
See Also