ReleaseRsp

This method responds to the Release service. With this service, a server can terminate a server connection (session) to the client in a controlled manner.
METHOD FINAL ReleaseRsp : BOOL
VAR_OUTPUT
ipResult : I_AsyncServiceResultClass;
END_VAR
ipResult: Interface pointer of type: I_AsyncServiceResultClass This pointer can be used to query and monitor the status/progress and the result of the service execution.
Return parameter: Positive feedback (TRUE) if the service primitive was sent/started successfully, negative feedback (FALSE) on error.