C# 클래스 MCAEmotiv.GUI.GUIUtils.SafeGUIInvoker

상속: ISynchronizeInvoke
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

공개 메소드들

메소드 설명
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method, object args ) : object

비공개 메소드들

메소드 설명
GetInnerInvoker ( ) : ISynchronizeInvoke
SafeGUIInvoker ( ) : System

메소드 상세

BeginInvoke() 공개 메소드

public BeginInvoke ( Delegate method, object args ) : IAsyncResult
method System.Delegate
args object
리턴 IAsyncResult

EndInvoke() 공개 메소드

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
리턴 object

Invoke() 공개 메소드

public Invoke ( Delegate method, object args ) : object
method System.Delegate
args object
리턴 object