Click or drag to resize

TransactionID Constructor

Initializes a new instance of the TransactionID class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
protected TransactionID(
	string branch,
	OzTuple<string, int?> sentBy,
	MethodType method,
	string callID
)

Parameters

branch  String
 
sentBy  OzTupleString, NullableInt32
 
method  MethodType
 
callID  String
 
See Also