Container for all attributes that may be required upon session creation.

C# |
public sealed class TaskSubmissionAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TaskSubmissionAttributes()()()() | Initializes a new instance of the TaskSubmissionAttributes class |
![]() | __dtor()()()() | |
![]() | PriorityTask | Sets the priority flag of the task. |
![]() | ResourcePreference | Sets resource preference for the task. |
![]() | SetTaskInput(Object) | Sets the input message for the task. |
![]() | SetTaskInput(Message) | Sets the input message for the task. |
![]() | TaskTag | Sets the task tag. |

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 | |
![]() | TaskSubmissionAttributes |

[Platform.Symphony.Soam.Session.SendTaskInput]