ACKContainerRemove Method (Int32) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool Remove(
int cSeq
)
Public Function Remove (
cSeq As Integer
) As Boolean
public:
bool Remove(
int cSeq
)
member Remove :
cSeq : int -> bool
Parameters
- cSeq
- Type: SystemInt32
Return Value
Type:
Boolean
See Also