Library | Module

Interface IpfcAsyncActionListener



Description

This class defines an action listener that notifies you about events specific to asynchronous mode.
Direct Parent Classes:
IpfcActionListener



Method Summary

SubOnTerminate (Status as IpfcTerminationStatus)
This listener method, available only in asynchronous mode, is called when Creo Parametric terminates normally or abnormally.



Method Detail


SubOnTerminate (Status as IpfcTerminationStatus)

This listener method, available only in asynchronous mode, is called when Creo Parametric terminates normally or abnormally.

This listener method should be registered only for the period of time while IpfcAsyncConnection.EventProcess() is being called regularly, or when IpfcAsyncConnection.WaitForEvents() will be used, or else its invocation will block Creo Parametric upon exit.
Parameters:
Status
The type of exit that occurred.