ICallRespond(ResponseCodes) Method |
Sends a response to the caller with the specified status code.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxbool Respond(
ResponseCodes responseCode
)
Function Respond (
responseCode As ResponseCodes
) As Boolean
bool Respond(
ResponseCodes responseCode
)
abstract Respond :
responseCode : ResponseCodes -> bool
Parameters
- responseCode ResponseCodes
-
Return Value
Boolean
Remarks
It has no effect on outgoing calls.
See Also