Initializes a new instance of the
ViaParam class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ViaParam(
SendProtocol sendProtocol,
OzTuple<string, Nullable<int>> sentBy,
IEnumerable<ViaParams> viaParams
)
Public Sub New (
sendProtocol As SendProtocol,
sentBy As OzTuple(Of String, Nullable(Of Integer)),
viaParams As IEnumerable(Of ViaParams)
)
public:
ViaParam(
SendProtocol^ sendProtocol,
OzTuple<String^, Nullable<int>>^ sentBy,
IEnumerable<ViaParams^>^ viaParams
)
new :
sendProtocol : SendProtocol *
sentBy : OzTuple<string, Nullable<int>> *
viaParams : IEnumerable<ViaParams> -> ViaParam
Parameters
- sendProtocol
- Type: Ozeki.VoIPSendProtocol
- sentBy
- Type: Ozeki.CommonOzTupleString, NullableInt32
- viaParams
- Type: System.Collections.GenericIEnumerableViaParams
See Also