C# Class Appccelerate.ScopingEventBroker.Internals.EventScope

Inheritance: IEventScopeInternal
Show file Open project: appccelerate/appccelerate Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
Dispose ( ) : void
EventScope ( ) : System
Register ( System.Action releaseCallback ) : void
Release ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EventScope() public method

public EventScope ( ) : System
return System

Register() public method

public Register ( System.Action releaseCallback ) : void
releaseCallback System.Action
return void

Release() public method

public Release ( ) : void
return void