Platform Symphony .NET API Reference - Version 4.1
SendTaskInput Method (attributes)
NamespacesPlatform.Symphony.SoamSessionSendTaskInput(TaskSubmissionAttributes)
Delivers the provided task input object to the middleware.
Declaration Syntax
C#
public TaskInputHandle SendTaskInput(
	TaskSubmissionAttributes attributes
)
Parameters
attributes (TaskSubmissionAttributes)
The attributes to apply to the task upon creation.
Return Value
A handle to the submitted task input
Remarks

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.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 4.1.0.0