Record of the last message sequence received from the gateway. Used to prevent duplicate messages from being processed from a gateway.
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool IsDirty { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsDirty As Boolean Get |
| Visual C++ |
|---|
public: property bool IsDirty { bool get (); } |
| F# |
|---|
member IsDirty : bool with get |