| TransactionID Constructor  | 
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxprotected TransactionID(
	string branch,
	OzTuple<string, Nullable<int>> sentBy,
	MethodType method,
	string callID
)
Protected Sub New ( 
	branch As String,
	sentBy As OzTuple(Of String, Nullable(Of Integer)),
	method As MethodType,
	callID As String
)
protected:
TransactionID(
	String^ branch, 
	OzTuple<String^, Nullable<int>>^ sentBy, 
	MethodType method, 
	String^ callID
)
new : 
        branch : string * 
        sentBy : OzTuple<string, Nullable<int>> * 
        method : MethodType * 
        callID : string -> TransactionIDParameters
- branch
 - Type: SystemString
 - sentBy
 - Type: Ozeki.CommonOzTupleString, NullableInt32
 - method
 - Type: Ozeki.VoIPMethodType
 - callID
 - Type: SystemString
 
See Also