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

request

ICustomRequest

The request that was finished

response

ICustomResponse

The 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.

result

SysTypes.RTS_IEC_RESULT

The 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