Click or drag to resize
CallRequestTaskID Constructor
Initializes a new instance of the CallRequestTaskID class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public CallRequestTaskID(
	string method,
	int cSeq,
	string callID,
	bool send
)

Parameters

method
Type: SystemString
cSeq
Type: SystemInt32
callID
Type: SystemString
send
Type: SystemBoolean
See Also