RelayPBXCallContainerTryRemove Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemString
Return Value
Type:
Boolean
See Also