ICustomRequestCallback.RequestFinished (METH)
METHOD RequestFinished
This method will be called when the execution of the given request is finished.
Note
The method will be called no matter whether the request was executed successfully or not. Callees can find out about this fact by evaluating the according result.
- InOut:
Scope
Name
Type
Comment
Input
requestThe request that was finished
responseThe response to the request. Valid only in case the result is ERR_OK.
Note
Please remark that this object is no longer valid when this method returns.
resultSysTypes.RTS_IEC_RESULTThe result of the execution as one of the runtime system error codes (see CmpErrors.library) or one of Errors. In case the service was sent successfully, ERR_OK will be set as the result