C# 클래스 FFImageLoading.Helpers.MainThreadDispatcher

상속: IMainThreadDispatcher
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
Post ( System.Action action ) : void
PostAsync ( System.Action action ) : System.Threading.Tasks.Task

메소드 상세

Post() 공개 메소드

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

PostAsync() 공개 메소드

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