CallHelperGetReasonPhrase Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic string GetReasonPhrase(
int code,
string reasonPhrase
)
Public Function GetReasonPhrase (
code As Integer,
reasonPhrase As String
) As String
public:
String^ GetReasonPhrase(
int code,
String^ reasonPhrase
)
member GetReasonPhrase :
code : int *
reasonPhrase : string -> string
Parameters
- code
- Type: SystemInt32
- reasonPhrase
- Type: SystemString
Return Value
Type:
String
See Also