C# Class Bosphorus.Library.Dao.Facade.Decoration.Threaded.ThreadedResult

Inheritance: IThreadedResult
Afficher le fichier Open project: BosphorusTeam/bosphorus.dao

Protected Properties

Свойство Type Description
result object
waitHandle System.Threading.ManualResetEvent

Méthodes publiques

Méthode Description
ThreadedResult ( ) : System

Private Methods

Méthode Description
OnThreadCompleted ( object result ) : void

Method Details

ThreadedResult() public méthode

public ThreadedResult ( ) : System
Résultat System

Property Details

result protected_oe property

protected object result
Résultat object

waitHandle protected_oe property

protected ManualResetEvent,System.Threading waitHandle
Résultat System.Threading.ManualResetEvent