C# Class FirstFloor.ModernUI.Commands.AsyncCommand

Inheritance: CommandExt
ファイルを表示 Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
AsyncCommand ( [ execute, Func canExecute, int additionalDelay, bool isAutomaticRequeryDisabled = false ) : System
AsyncCommand ( [ execute, int additionalDelay, bool isAutomaticRequeryDisabled = false ) : System
ExecuteAsync ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
CanExecuteOverride ( ) : bool
ExecuteInner ( ) : System.Threading.Tasks.Task
ExecuteOverride ( ) : void

Method Details

AsyncCommand() public method

public AsyncCommand ( [ execute, Func canExecute, int additionalDelay, bool isAutomaticRequeryDisabled = false ) : System
execute [
canExecute Func
additionalDelay int
isAutomaticRequeryDisabled bool
return System

AsyncCommand() public method

public AsyncCommand ( [ execute, int additionalDelay, bool isAutomaticRequeryDisabled = false ) : System
execute [
additionalDelay int
isAutomaticRequeryDisabled bool
return System

CanExecuteOverride() protected method

protected CanExecuteOverride ( ) : bool
return bool

ExecuteAsync() public method

public ExecuteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ExecuteInner() protected method

protected ExecuteInner ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ExecuteOverride() protected method

protected ExecuteOverride ( ) : void
return void