AgentStateService.GetSavedSessions(Guid) Method
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.
Gets the saved session(s) for the given agent ID.
public:
virtual System::String ^ GetSavedSessions(Guid agentId);
public virtual string GetSavedSessions (Guid agentId);
abstract member GetSavedSessions : Guid -> string
override this.GetSavedSessions : Guid -> string
Public Overridable Function GetSavedSessions (agentId As Guid) As String
Parameters
- agentId
- Guid
Specifies the agent ID.
Returns
The saved session(s) for an agent.