Agent and Session Data class

The Agent and Session Data class (AgentAndSessionData) can be used to manage agent and session IDs. The methods of this class are illustrated in the Microsoft.Ccf.Samples.HostedControlInterfaces project of the Reference Implementation.

The following figure shows the structure of the class:

Ee712802.bcc91c3c-67c1-4851-ae88-997c4b90ada0(en-us,MSDN.10).png


The class has the following elements:

Element

Description

AgentID field

The field contains the agent ID.

SessionID field

The field contains the session ID.

AgentID property

The property holds the agent ID.

SessionID property

The property holds the session ID.

AgentandSessionData

The constructor class.



Show: