IInternalLocalCallGetReasonPhrase Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax string 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
- Type: SystemInt32
- customReasonPhrase (Optional)
- Type: SystemString
Return Value
Type:
StringSee Also