LocalCallGetReasonPhrase(Int32, String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic string GetReasonPhrase(
int code,
string customReasonPhrase = null
)
Public Function GetReasonPhrase (
code As Integer,
Optional customReasonPhrase As String = Nothing
) As String
public:
virtual String^ GetReasonPhrase(
int code,
String^ customReasonPhrase = nullptr
) sealed
abstract GetReasonPhrase :
code : int *
?customReasonPhrase : string
(* Defaults:
let _customReasonPhrase = defaultArg customReasonPhrase null
*)
-> string
override GetReasonPhrase :
code : int *
?customReasonPhrase : string
(* Defaults:
let _customReasonPhrase = defaultArg customReasonPhrase null
*)
-> string
Parameters
- code Int32
-
- customReasonPhrase String (Optional)
-
Return Value
StringImplements
IInternalLocalCallGetReasonPhrase(Int32, String)
See Also