diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs b/Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs index 849317b9b..7e22c7b46 100644 --- a/Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs +++ b/Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs @@ -52,6 +52,8 @@ namespace Tango.Transport /// </summary> public bool ShouldLog { get; set; } + public bool Immidiate { get; set; } + /// <summary> /// Notifies the message observer of the new result. /// </summary> |
