Class NoWebSocketMediaServersAvailableEventArgs
Event arguments for OnNoWebSocketMediaServersAvailable.
Inheritance
System.Object
NoWebSocketMediaServersAvailableEventArgs
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class NoWebSocketMediaServersAvailableEventArgs : object
Constructors
NoWebSocketMediaServersAvailableEventArgs(Int32)
Initializes a new instance of the NoWebSocketMediaServersAvailableEventArgs class.
Declaration
public NoWebSocketMediaServersAvailableEventArgs(int backoff)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | backoff |
Properties
Backoff
Gets the backoff in milliseconds.
Declaration
public int Backoff { get; }
Property Value
Type | Description |
---|---|
System.Int32 |