AgentStateService.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:
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.