CallRequestTaskID Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public CallRequestTaskID(
string method,
int cSeq,
string callID,
bool send
)
Public Sub New (
method As String,
cSeq As Integer,
callID As String,
send As Boolean
)
public:
CallRequestTaskID(
String^ method,
int cSeq,
String^ callID,
bool send
)
new :
method : string *
cSeq : int *
callID : string *
send : bool -> CallRequestTaskID
Parameters
- method
- Type: SystemString
- cSeq
- Type: SystemInt32
- callID
- Type: SystemString
- send
- Type: SystemBoolean
See Also