C# 클래스 Contrive.Common.Async.DataActionExtensions

파일 보기 프로젝트 열기: alanstevens/Contrive

공개 프로퍼티들

프로퍼티 타입 설명
Executor Action

공개 메소드들

메소드 설명
InvokeDataProcess ( this action, System.Action uponCompletion = null, bool indicateBusy = true ) : void

메소드 상세

InvokeDataProcess() 공개 정적인 메소드

public static InvokeDataProcess ( this action, System.Action uponCompletion = null, bool indicateBusy = true ) : void
action this
uponCompletion System.Action
indicateBusy bool
리턴 void

프로퍼티 상세

Executor 공개적으로 정적으로 프로퍼티

public static Action Executor
리턴 Action