C# 클래스 SIL.FieldWorks.ParatextLexiconPlugin.ParatextLexiconPluginFdoUI.SynchronizeInvokeWrapper

상속: ISynchronizeInvoke
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method, object args ) : object
SynchronizeInvokeWrapper ( ActivationContextHelper activationContext ) : 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

SynchronizeInvokeWrapper() 공개 메소드

public SynchronizeInvokeWrapper ( ActivationContextHelper activationContext ) : System
activationContext SIL.Utils.ActivationContextHelper
리턴 System