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