TaskAgentMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a contract for receiving messages from the task orchestrator.
[System.Runtime.Serialization.DataContract]
public sealed class TaskAgentMessage
type TaskAgentMessage = class
Public NotInheritable Class TaskAgentMessage
- Inheritance
-
TaskAgentMessage
- Attributes
Constructors
TaskAgentMessage() |
Initializes an empty |
Properties
Body |
Gets or sets the body of the message. If the |
IV |
Gets or sets the intialization vector used to encrypt this message. |
MessageId |
Gets or sets the message identifier. |
MessageType |
Gets or sets the message type, describing the data contract found in |