C# Class Orchestra.Examples.Ribbon.DemoLongOperationCommandContainer

Inheritance: CommandContainerBase
显示文件 Open project: WildGums/Orchestra

Public Methods

Method Description
DemoLongOperationCommandContainer ( ICommandManager commandManager, IPleaseWaitService pleaseWaitService ) : System

Protected Methods

Method Description
ExecuteAsync ( object parameter ) : System.Threading.Tasks.Task

Method Details

DemoLongOperationCommandContainer() public method

public DemoLongOperationCommandContainer ( ICommandManager commandManager, IPleaseWaitService pleaseWaitService ) : System
commandManager ICommandManager
pleaseWaitService IPleaseWaitService
return System

ExecuteAsync() protected method

protected ExecuteAsync ( object parameter ) : System.Threading.Tasks.Task
parameter object
return System.Threading.Tasks.Task