Initializes a new instance of the
CSeq class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic CSeq(
int value,
Method method
)
Public Sub New (
value As Integer,
method As Method
)
public:
CSeq(
int value,
Method^ method
)
new :
value : int *
method : Method -> CSeq
Parameters
- value
- Type: SystemInt32
- method
- Type: Ozeki.VoIPMethod
See Also