TaskAgentSession interface
Represents a session for performing message exchanges from an agent.
Properties
| agent | Gets or sets the agent which is the target of the session. |
| agent |
This will be false in case an old Agent is creating the session. |
| encryption |
Gets the key used to encrypt message traffic for this session. |
| owner |
Gets or sets the owner name of this session. Generally this will be the machine of origination. |
| session |
Gets the unique identifier for this session. |
| system |
Property Details
agent
Gets or sets the agent which is the target of the session.
agent: TaskAgentReference
Property Value
agentCanHandleOaepSHA256
This will be false in case an old Agent is creating the session.
agentCanHandleOaepSHA256: boolean
Property Value
boolean
encryptionKey
Gets the key used to encrypt message traffic for this session.
encryptionKey: TaskAgentSessionKey
Property Value
ownerName
Gets or sets the owner name of this session. Generally this will be the machine of origination.
ownerName: string
Property Value
string
sessionId
Gets the unique identifier for this session.
sessionId: string
Property Value
string
systemCapabilities
systemCapabilities: {[key: string]: string}
Property Value
{[key: string]: string}