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