Interface to handle the end of a event in a group.
Namespace:
LeCouteauSuisse.APIAssembly: LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
C# |
---|
public interface IEventTerminate |
Visual Basic (Declaration) |
---|
Public Interface IEventTerminate |
Visual C++ |
---|
public interface class IEventTerminate |
Remarks
This interface can be add on a event class. This interface is used by the service to alert the event when the event exit a group of receiver.
You can see an implementation of this interface with the MSMQEvent class.