C# 클래스 Microsoft.ManagementConsole.AsyncDelegateQueue

파일 보기 프로젝트 열기: SiteView/ECC8.13

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Initialize ( ISnapInPlatform snapInPlatform ) : void
Invoke ( Delegate method, object args ) : object
Notify ( BeginInvokeNotification notification ) : void

메소드 상세

BeginInvoke() 공개 메소드

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

EndInvoke() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( ISnapInPlatform snapInPlatform ) : void
snapInPlatform ISnapInPlatform
리턴 void

Invoke() 공개 메소드

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

Notify() 공개 메소드

public Notify ( BeginInvokeNotification notification ) : void
notification Microsoft.ManagementConsole.Internal.BeginInvokeNotification
리턴 void