Initializes a new instance of the
CSeq class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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