C# 클래스 Sapphire.Core.Commands.AsynchronousExecutor

상속: ICommandExecutor
파일 보기 프로젝트 열기: butaji/Sapphire

공개 메소드들

메소드 설명
AsynchronousExecutor ( SynchronizationContext synchronizationContext ) : System
Execute ( System.Action action ) : void
Execute ( Func function ) : void

메소드 상세

AsynchronousExecutor() 공개 메소드

public AsynchronousExecutor ( SynchronizationContext synchronizationContext ) : System
synchronizationContext System.Threading.SynchronizationContext
리턴 System

Execute() 공개 메소드

public Execute ( System.Action action ) : void
action System.Action
리턴 void

Execute() 공개 메소드

public Execute ( Func function ) : void
function Func
리턴 void