LoggingHub.OnDisconnectedAsync Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.SignalR.Hubs Namespace > LoggingHub Class > LoggingHub Methods >

LoggingHub.OnDisconnectedAsync Method

Removes the client from the store.

Namespace: BNCS.Core.DriverFramework.SignalR.Hubs
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public Task OnDisconnectedAsync(
 Nullable<Exception> exception
)

Parameters

exception

Type: Nullable<Exception>

Return Value

 

See Also


LoggingHub Class

BNCS.Core.DriverFramework.SignalR.Hubs Namespace