C# Class Windows.System.Threading.Core.PreallocatedWorkItem

Inheritance: IPreallocatedWorkItem
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
PreallocatedWorkItem ( [ handler ) : System
PreallocatedWorkItem ( [ handler, [ priority ) : System
PreallocatedWorkItem ( [ handler, [ priority, [ options ) : System
RunAsync ( ) : IAsyncAction

Method Details

PreallocatedWorkItem() public méthode

public PreallocatedWorkItem ( [ handler ) : System
handler [
Résultat System

PreallocatedWorkItem() public méthode

public PreallocatedWorkItem ( [ handler, [ priority ) : System
handler [
priority [
Résultat System

PreallocatedWorkItem() public méthode

public PreallocatedWorkItem ( [ handler, [ priority, [ options ) : System
handler [
priority [
options [
Résultat System

RunAsync() public méthode

public RunAsync ( ) : IAsyncAction
Résultat IAsyncAction