Method(MethodType, String) Constructor |
Initializes a new instance of the
Method class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 MethodType
-
- t String
-
See Also