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