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.3.199.0
Syntax
protected TransactionID(
	string branch,
	OzTuple<string, Nullable<int>> sentBy,
	MethodType method,
	string callID
)

Parameters

branch
Type: SystemString
sentBy
Type: Ozeki.CommonOzTupleString, NullableInt32
method
Type: Ozeki.VoIPMethodType
callID
Type: SystemString
See Also