ILocalInviteManagerSendGenericResponse Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool SendGenericResponse(
ResponseCodes responseCode,
string reasonPhrase = null
)
Function SendGenericResponse (
responseCode As ResponseCodes,
Optional reasonPhrase As String = Nothing
) As Boolean
bool SendGenericResponse(
ResponseCodes responseCode,
String^ reasonPhrase = nullptr
)
abstract SendGenericResponse :
responseCode : ResponseCodes *
?reasonPhrase : string
(* Defaults:
let _reasonPhrase = defaultArg reasonPhrase null
*)
-> bool
Parameters
- responseCode
- Type: Ozeki.VoIPResponseCodes
- reasonPhrase (Optional)
- Type: SystemString
Return Value
Type:
BooleanSee Also