C# Class System.Threading.ExecutionContext.ExecutionContext

Inheritance: ISerializable
Afficher le fichier Open project: runefs/Marvin

Private Properties

Свойство Type Description
ExecutionContext System.Runtime.InteropServices
ExecutionContext System.Runtime.InteropServices
ExecutionContext System.Runtime.InteropServices
GetObjectData void
Run void

Méthodes publiques

Méthode Description
Capture ( ) : ExecutionContext
CreateCopy ( ) : ExecutionContext
IsFlowSuppressed ( ) : bool
RestoreFlow ( ) : void
SuppressFlow ( ) : AsyncFlowControl

Private Methods

Méthode Description
ExecutionContext ( ) : System.Runtime.InteropServices
ExecutionContext ( ExecutionContext ec ) : System.Runtime.InteropServices
ExecutionContext ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Run ( ExecutionContext executionContext, ContextCallback callback, object state ) : void

Method Details

Capture() public static méthode

public static Capture ( ) : ExecutionContext
Résultat ExecutionContext

CreateCopy() public méthode

public CreateCopy ( ) : ExecutionContext
Résultat ExecutionContext

IsFlowSuppressed() public static méthode

public static IsFlowSuppressed ( ) : bool
Résultat bool

RestoreFlow() public static méthode

public static RestoreFlow ( ) : void
Résultat void

SuppressFlow() public static méthode

public static SuppressFlow ( ) : AsyncFlowControl
Résultat AsyncFlowControl