Flag that indicates if the server has urgent messages to deliver to the gateway. Responds to PollInterval for use in conjunction with Control Profile

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool HasUrgentTraffic { get; }
Visual Basic
Public ReadOnly Property HasUrgentTraffic As Boolean
	Get
Visual C++
public:
property bool HasUrgentTraffic {
	bool get ();
}
F#
member HasUrgentTraffic : bool with get

Property Value

Type: Boolean

See Also