C# 클래스 Orc.NuGetExplorer.DispatchHelper

파일 보기 프로젝트 열기: WildGums/Orc.NuGetExplorer 1 사용 예제들

공개 메소드들

메소드 설명
DispatchIfNecessaryAsync ( System.Action action ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
InvokeAsync ( this dispatcher, System.Action action ) : System.Threading.Tasks.Task

Executes the specified delegate asynchronously with the specified arguments on the thread that the Dispatcher was created on.

메소드 상세

DispatchIfNecessaryAsync() 공개 정적인 메소드

public static DispatchIfNecessaryAsync ( System.Action action ) : System.Threading.Tasks.Task
action System.Action
리턴 System.Threading.Tasks.Task