Class Disconnected
An event send, when an existing connection has been lost.
Assembly: Akka.Streams.SignalR.AspNetCore.dll
Syntax
public sealed class Disconnected : object, ISignalREvent
Constructors
|
Improve this Doc
View Source
Disconnected(HubCallerContext, Exception)
Declaration
public Disconnected(HubCallerContext request, Exception error)
Parameters
Type |
Name |
Description |
HubCallerContext |
request |
|
Exception |
error |
|
Properties
|
Improve this Doc
View Source
Exception
Declaration
public Exception Exception { get; }
Property Value
Type |
Description |
Exception |
|
|
Improve this Doc
View Source
Request
Declaration
public HubCallerContext Request { get; }
Property Value
Type |
Description |
HubCallerContext |
|
|
Improve this Doc
View Source
StopCalled
Declaration
public bool StopCalled { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Implements