ILocalInviteManagerReject Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxbool Reject(
ResponseCodes responseCodes,
string reason
)
Function Reject (
responseCodes As ResponseCodes,
reason As String
) As Boolean
bool Reject(
ResponseCodes responseCodes,
String^ reason
)
abstract Reject :
responseCodes : ResponseCodes *
reason : string -> bool
Parameters
- responseCodes ResponseCodes
-
- reason String
-
Return Value
Boolean
See Also