CallRequestTaskID Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 String
-
- cSeq Int32
-
- callID String
-
- send Boolean
-
See Also