ICallManagerGetRoutingHistory Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax List<Destination> GetRoutingHistory(
string callID
)
Function GetRoutingHistory (
callID As String
) As List(Of Destination)
List<Destination^>^ GetRoutingHistory(
String^ callID
)
abstract GetRoutingHistory :
callID : string -> List<Destination>
Parameters
- callID
- Type: SystemString
Return Value
Type:
ListDestinationSee Also