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

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