MethodCreateMethod Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static Method CreateMethod(
MethodType m
)
Public Shared Function CreateMethod (
m As MethodType
) As Method
public:
static Method^ CreateMethod(
MethodType m
)
static member CreateMethod :
m : MethodType -> Method
Parameters
- m
- Type: Ozeki.VoIPMethodType
Return Value
Type:
Method
See Also