ILocalInviteManagerSendGenericResponse Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxbool 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 ResponseCodes
-
- reasonPhrase String (Optional)
-
Return Value
Boolean
See Also