RelayPBXCallContainerTryGetValue Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ICall TryGetValue(
string callID
)
Public Function TryGetValue (
callID As String
) As ICall
public:
ICall^ TryGetValue(
String^ callID
)
member TryGetValue :
callID : string -> ICall
Parameters
- callID
- Type: SystemString
Return Value
Type:
ICallSee Also