Click or drag to resize

CallRequestTaskID Constructor

Initializes a new instance of the CallRequestTaskID class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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