diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Transport/TransportRequestConfig.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Transport/TransportRequestConfig.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/TransportRequestConfig.cs b/Software/Visual_Studio/Tango.Transport/TransportRequestConfig.cs deleted file mode 100644 index 7c4df474d..000000000 --- a/Software/Visual_Studio/Tango.Transport/TransportRequestConfig.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Tango.Core; - -namespace Tango.Transport -{ - public class TransportRequestConfig - { - public TimeSpan? Timeout { get; set; } - public bool ShouldLog { get; set; } - public bool Immediate { get; set; } - public QueuePriority Priority { get; set; } - public TransportThreadingMode ThreadingMode { get; set; } - } -} |
