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.

encryptionKey

Gets the key used to encrypt message traffic for this session.

ownerName

Gets or sets the owner name of this session. Generally this will be the machine of origination.

sessionId

Gets the unique identifier for this session.

systemCapabilities

Property Details

agent

Gets or sets the agent which is the target of the session.

agent: TaskAgentReference

Property Value

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}