Class NoMediaServersAvailableEventArgs
Event arguments for OnNoMediaServersAvailable.
Inheritance
System.Object
NoMediaServersAvailableEventArgs
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class NoMediaServersAvailableEventArgs : object
Constructors
NoMediaServersAvailableEventArgs(Int32)
Initializes a new instance of the NoMediaServersAvailableEventArgs class.
Declaration
public NoMediaServersAvailableEventArgs(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 |