C# Class ContinuationExample.SyncResult

Inheritance: IResult
Mostrar archivo Open project: drmohundro/presentations

Public Methods

Method Description
Execute ( ) : void
SyncResult ( System.Action action ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

SyncResult() public method

public SyncResult ( System.Action action ) : System
action System.Action
return System