C# Class System.IO.Tests.FileSystemWatcherTests_netstandard17.TestISynchronizeInvoke

Inheritance: ISynchronizeInvoke
显示文件 Open project: dotnet/corefx

Public Properties

Property Type Description
BeginInvoke_Called bool
ExpectedDelegate System.Delegate

Public Methods

Method Description
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method, object args ) : object

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

Invoke() public method

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

Property Details

BeginInvoke_Called public_oe property

public bool BeginInvoke_Called
return bool

ExpectedDelegate public_oe property

public Delegate,System ExpectedDelegate
return System.Delegate