LocalCallGetReasonPhrase Method (Int32, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemInt32
- customReasonPhrase (Optional)
- Type: SystemString
Return Value
Type:
StringImplements
IInternalLocalCallGetReasonPhrase(Int32, String)See Also