Share via


AgentStateService.GetSavedSessions(Guid) Method

Definition

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.

Implements

Applies to