ACKContainerRemove Method (Int32, ACKContainerValue) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool Remove(
int cSeq,
out ACKContainerValue value
)
Public Function Remove (
cSeq As Integer,
<OutAttribute> ByRef value As ACKContainerValue
) As Boolean
public:
bool Remove(
int cSeq,
[OutAttribute] ACKContainerValue^% value
)
member Remove :
cSeq : int *
value : ACKContainerValue byref -> bool
Parameters
- cSeq
- Type: SystemInt32
- value
- Type: Ozeki.VoIPACKContainerValue
Return Value
Type:
Boolean
See Also