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

Inheritance: IPreallocatedWorkItem
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
PreallocatedWorkItem ( [ handler ) : System
PreallocatedWorkItem ( [ handler, [ priority ) : System
PreallocatedWorkItem ( [ handler, [ priority, [ options ) : System
RunAsync ( ) : IAsyncAction

Method Details

PreallocatedWorkItem() public method

public PreallocatedWorkItem ( [ handler ) : System
handler [
return System

PreallocatedWorkItem() public method

public PreallocatedWorkItem ( [ handler, [ priority ) : System
handler [
priority [
return System

PreallocatedWorkItem() public method

public PreallocatedWorkItem ( [ handler, [ priority, [ options ) : System
handler [
priority [
options [
return System

RunAsync() public method

public RunAsync ( ) : IAsyncAction
return IAsyncAction