RelayPBXCallContainerTryRemove Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool TryRemove(
string callID
)
Public Function TryRemove (
callID As String
) As Boolean
public:
bool TryRemove(
String^ callID
)
member TryRemove :
callID : string -> bool
Parameters
- callID String
-
Return Value
Boolean
See Also