Click or drag to resize

PFApplicationHubCallerOnReconnected Method

Called when the connection reconnects to this hub instance.

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 OnReconnected()

Return Value

Type: Task
A Task

Implements

IHub.OnReconnected
See Also