Freigeben über


AgentStateService.GetSessionTransferInformation(Guid) Method

Definition

Retrieves session information for handling a transferred call.

public:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Uii::Common::Entities::SessionTransferRecord ^> ^ GetSessionTransferInformation(Guid toAgentId);
public virtual System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Uii.Common.Entities.SessionTransferRecord> GetSessionTransferInformation (Guid toAgentId);
abstract member GetSessionTransferInformation : Guid -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Uii.Common.Entities.SessionTransferRecord>
override this.GetSessionTransferInformation : Guid -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Uii.Common.Entities.SessionTransferRecord>
Public Overridable Function GetSessionTransferInformation (toAgentId As Guid) As ReadOnlyCollection(Of SessionTransferRecord)

Parameters

toAgentId
Guid

Specifies the agent ID.

Returns

Implements

Applies to