Delivers the provided task input object to the middleware.

C# |
public TaskInputHandle SendTaskInput( TaskSubmissionAttributes attributes )

- attributes (TaskSubmissionAttributes)
- The attributes to apply to the task upon creation.

A handle to the submitted task input

Delivers the provided task input message to the middleware. This method will block until the client receives acknowledgement from the middleware that the input message has been safely accepted. Upon receiving this acknowledgement, a task ID will be returned through a TaskInputHandle.
For more details, please refer to the Application Development Guide.