C# Class Microsoft.ManagementConsole.AsyncDelegateQueue

显示文件 Open project: SiteView/ECC8.13

Private Properties

Property Type Description

Public Methods

Method Description
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Initialize ( ISnapInPlatform snapInPlatform ) : void
Invoke ( Delegate method, object args ) : object
Notify ( BeginInvokeNotification notification ) : void

Method Details

BeginInvoke() public method

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

EndInvoke() public method

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
return object

Initialize() public method

public Initialize ( ISnapInPlatform snapInPlatform ) : void
snapInPlatform ISnapInPlatform
return void

Invoke() public method

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

Notify() public method

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