IAgentStateService.GetSessionTransferInformation(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.
Retrieves session information for handling a transferred call.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Uii::Common::Entities::SessionTransferRecord ^> ^ GetSessionTransferInformation(Guid toAgentId);
public 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>
Public Function GetSessionTransferInformation (toAgentId As Guid) As ReadOnlyCollection(Of SessionTransferRecord)
Parameters
- toAgentId
- Guid
Specifies the agent ID to whom the call is transferred.
Returns
The session information for handling a transferred call.