ILocalInviteManagerReject Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool 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
- Type: Ozeki.VoIPResponseCodes
- reason
- Type: SystemString
Return Value
Type:
BooleanSee Also