C# Class BclExtras.Threading.ActiveOperation

Meant to be a light weight event in the sense that it does not require a dispose
Show file Open project: scottwis/tiny Class Usage Examples

Private Properties

Property Type Description
ActiveOperation System
Completed void
Wait void
WaitOnEvent void

Private Methods

Method Description
ActiveOperation ( ) : System
Completed ( ) : void

Called when the operation complete

Wait ( ) : void

Wait for the operation to complete

WaitOnEvent ( ManualResetEvent e ) : void