aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-01-25 21:23:35 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-01-25 21:23:35 +0200
commit2367c43d732aea2ea169f6fa5844fc877d96632d (patch)
treebbd6e675392d6721ad74449c897a87c698ac34b5 /Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs
parent89e7bce0f7241e210aefc9d902e11c8f3537ace9 (diff)
downloadTango-2367c43d732aea2ea169f6fa5844fc877d96632d.tar.gz
Tango-2367c43d732aea2ea169f6fa5844fc877d96632d.zip
Implemented Hangfire experiment.
Refactored Transporter to accept a configuration instead of multiple parameters on all request/response methods. Refactored Transporter to automatically log request/response messaged based on configuration. Fixed issue with ContinuousResponseAborted and external bridge.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs
index 8adb61750..44128a2ae 100644
--- a/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs
+++ b/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs
@@ -155,26 +155,6 @@ namespace Tango.Integration.Operation
event EventHandler<ResumingJobEventArgs> ResumingJob;
/// <summary>
- /// Occurs when a request has been sent.
- /// </summary>
- event EventHandler<IMessage> RequestSent;
-
- /// <summary>
- /// Occurs when a request response has been received.
- /// </summary>
- event EventHandler<IMessage> ResponseReceived;
-
- /// <summary>
- /// Occurs when a response has been sent.
- /// </summary>
- event EventHandler<IMessage> ResponseSent;
-
- /// <summary>
- /// Occurs when a request has failed.
- /// </summary>
- event EventHandler<RequestFailedEventArgs> RequestFailed;
-
- /// <summary>
/// Occurs when there is new diagnostics data available.
/// </summary>
event EventHandler<StartDiagnosticsResponse> DiagnosticsDataAvailable;