RelayPBXCallContainerTryRemove Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also