Platform Symphony .NET API Reference - Version 4.1
TaskContext Class
NamespacesPlatform.Symphony.SoamTaskContext
Provides the context for the task that is bound to the given service invocation.
Declaration Syntax
C#
public sealed class TaskContext
Members
All MembersMethodsProperties



IconMemberDescription
DiscardTaskInput()()()
Frees the middleware's local copy of the Task input.

GetTaskInput()()()
Retrieves the task input object that was sent from the client to the service.

PopulateTaskInput(Message)
Populates inMsg with the task input that was passed from the client to the service.

SessionId
Gets the identifier of the Session that owns this task.

SetTaskOutput(Object)
Sets the task output object that is to be sent back to the client.

SetTaskOutput(Message)
Sets the task output message that is to be sent back to the client.

TaskId
Gets the identifier for this task.

Inheritance Hierarchy
Object
TaskContext

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