C# Class Appccelerate.ScopingEventBroker.Internals.EventScope

Inheritance: IEventScopeInternal
Afficher le fichier Open project: appccelerate/appccelerate Class Usage Examples

Méthodes publiques

Méthode Description
Cancel ( ) : void
Dispose ( ) : void
EventScope ( ) : System
Register ( System.Action releaseCallback ) : void
Release ( ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EventScope() public méthode

public EventScope ( ) : System
Résultat System

Register() public méthode

public Register ( System.Action releaseCallback ) : void
releaseCallback System.Action
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void