C# Class BitSharper.Threading.ContextCopyingRunnable

An implementation of IRunnable that restores the context before it is run.
Inheritance: Runnable, IContextCopyingTask
Afficher le fichier Open project: TangibleCryptography/BitSharper

Méthodes publiques

Méthode Description
ContextCopyingRunnable ( IRunnable runnable, IContextCarrier contextCarrier ) : System
Run ( ) : void

Private Methods

Méthode Description
ExtractAction ( IRunnable runnable ) : System.Action

Method Details

ContextCopyingRunnable() public méthode

public ContextCopyingRunnable ( IRunnable runnable, IContextCarrier contextCarrier ) : System
runnable IRunnable
contextCarrier IContextCarrier
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void