C# Класс BclExtras.Threading.ActiveOperation

Meant to be a light weight event in the sense that it does not require a dispose
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ActiveOperation System
Completed void
Wait void
WaitOnEvent void

Приватные методы

Метод Описание
ActiveOperation ( ) : System
Completed ( ) : void

Called when the operation complete

Wait ( ) : void

Wait for the operation to complete

WaitOnEvent ( ManualResetEvent e ) : void