ICtiAgentStateManager.SetAgentMediaAddress Method
Sets the media endpoint of an agent desktop.
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As ICtiAgentStateManager
Dim mediaId As String
Dim returnValue As Boolean
returnValue = instance.SetAgentMediaAddress(mediaId)
Syntax
'Declaration
Function SetAgentMediaAddress ( _
mediaId As String _
) As Boolean
bool SetAgentMediaAddress (
string mediaId
)
bool SetAgentMediaAddress (
String^ mediaId
)
boolean SetAgentMediaAddress (
String mediaId
)
function SetAgentMediaAddress (
mediaId : String
) : boolean
Parameters
- mediaId
Specifies the media ID.
Return Value
Type: Boolean
True if the media endpoint is successfully set, otherwise false.
Remarks
This could be a TN, IPAddress or some other method. The implementation of the method is up to the CTI Provider as defined in the CTI hosted control.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ICtiAgentStateManager Interface
ICtiAgentStateManager Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.