Method Constructor (MethodType, String) |
Initializes a new instance of the
Method class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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