C# 클래스 CqlSharp.Test.SyncContextHelper

Helper context to mimic constrained synchronization contexts. Obtained from: http://stackoverflow.com/questions/1882417/looking-for-an-example-of-a-custom-synchronizationcontext
상속: IDisposable
파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Invoke ( System.Action action ) : void
Invoke ( Func action ) : void

비공개 메소드들

메소드 설명
MainThread ( object param ) : void
SyncContextHelper ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Invoke() 공개 정적인 메소드

public static Invoke ( System.Action action ) : void
action System.Action
리턴 void

Invoke() 공개 정적인 메소드

public static Invoke ( Func action ) : void
action Func
리턴 void