TransactionID Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxprotected TransactionID(
string branch,
OzTuple<string, int?> sentBy,
MethodType method,
string callID
)
Protected Sub New (
branch As String,
sentBy As OzTuple(Of String, 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 -> TransactionID
Parameters
- branch String
-
- sentBy OzTupleString, NullableInt32
-
- method MethodType
-
- callID String
-
See Also