Will be returned to the client once a task input has been sent to the middleware, and used by the client to match a task input to the corresponding task response.

C# |
public sealed class TaskInputHandle

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Exception | Returns the exception if the message submission was unsuccessful. |
![]() | Id | Retrieves the identifier associated with the task, which was created by the middleware when a task input was sent. |
![]() | SubmissionState | Get the current state of submission. |
![]() | WaitForSubmissionComplete(Int64, Boolean) | Waits for message submission to complete. |
![]() | WaitForSubmissionComplete(Int64) | Waits for message submission to complete. |
![]() | WaitForSubmissionComplete()()()() | Waits for message submission to complete. |

NOTE: If any of the methods of this class are called after the Main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).

Object | |
![]() | TaskInputHandle |