Click or drag to resize

IControllerOnClosed Method

Called when the connection is closed or you choose to call Close() on the controller or the client call close()

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Task OnClosed()

Return Value

Type: Task
See Also