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:
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: