C# Class GSF.Threading.ThreadContainerDedicated

Inheritance: ThreadContainerBase
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
ThreadContainerDedicated ( Action callback, System.Action disposeAndWaitCallback, bool isBackground, ThreadPriority priority, bool disposeOnShutdown ) : System

Méthodes protégées

Méthode Description
InternalCancelTimer ( ) : void
InternalDispose_FromWorkerThread ( ) : void
InternalDoNothing_FromWorkerThread ( ) : void
InternalStart ( ) : void
InternalStart ( int delay ) : void
InternalStart_FromWorkerThread ( ) : void
InternalStart_FromWorkerThread ( int delay ) : void

Private Methods

Méthode Description
Quit ( ) : void
ThreadLoop ( ) : void

Method Details

InternalCancelTimer() protected méthode

protected InternalCancelTimer ( ) : void
Résultat void

InternalDispose_FromWorkerThread() protected méthode

protected InternalDispose_FromWorkerThread ( ) : void
Résultat void

InternalDoNothing_FromWorkerThread() protected méthode

protected InternalDoNothing_FromWorkerThread ( ) : void
Résultat void

InternalStart() protected méthode

protected InternalStart ( ) : void
Résultat void

InternalStart() protected méthode

protected InternalStart ( int delay ) : void
delay int
Résultat void

InternalStart_FromWorkerThread() protected méthode

protected InternalStart_FromWorkerThread ( ) : void
Résultat void

InternalStart_FromWorkerThread() protected méthode

protected InternalStart_FromWorkerThread ( int delay ) : void
delay int
Résultat void

ThreadContainerDedicated() public méthode

public ThreadContainerDedicated ( Action callback, System.Action disposeAndWaitCallback, bool isBackground, ThreadPriority priority, bool disposeOnShutdown ) : System
callback Action
disposeAndWaitCallback System.Action
isBackground bool
priority ThreadPriority
disposeOnShutdown bool
Résultat System