Method Constructor (MethodType, String) |
Initializes a new instance of the
Method class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic Method(
MethodType v,
string t
)
Public Sub New (
v As MethodType,
t As String
)
public:
Method(
MethodType v,
String^ t
)
new :
v : MethodType *
t : string -> Method
Parameters
- v
- Type: Ozeki.VoIPMethodType
- t
- Type: SystemString
See Also