CallManagerGetRoutingHistory Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic List<Destination> GetRoutingHistory(
string callID
)
Public Function GetRoutingHistory (
callID As String
) As List(Of Destination)
public:
virtual List<Destination^>^ GetRoutingHistory(
String^ callID
) sealed
abstract GetRoutingHistory :
callID : string -> List<Destination>
override GetRoutingHistory :
callID : string -> List<Destination>
Parameters
- callID
- Type: SystemString
Return Value
Type:
ListDestinationImplements
ICallManagerGetRoutingHistory(String)
See Also