C# 클래스 Tealium.Utility.ThreadHelper

파일 보기 프로젝트 열기: Tealium/win-library

공개 메소드들

메소드 설명
OnBackgroundThread ( System.Action a ) : void
OnUiThread ( System.Action a ) : void

메소드 상세

OnBackgroundThread() 공개 정적인 메소드

public static OnBackgroundThread ( System.Action a ) : void
a System.Action
리턴 void

OnUiThread() 공개 정적인 메소드

public static OnUiThread ( System.Action a ) : void
a System.Action
리턴 void