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

Inheritance: ISynchronizeInvoke
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
BeginInvoke_Called bool
ExpectedDelegate System.Delegate

Méthodes publiques

Méthode Description
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method, object args ) : object

Method Details

BeginInvoke() public méthode

public BeginInvoke ( Delegate method, object args ) : IAsyncResult
method System.Delegate
args object
Résultat IAsyncResult

EndInvoke() public méthode

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
Résultat object

Invoke() public méthode

public Invoke ( Delegate method, object args ) : object
method System.Delegate
args object
Résultat object

Property Details

BeginInvoke_Called public_oe property

public bool BeginInvoke_Called
Résultat bool

ExpectedDelegate public_oe property

public Delegate,System ExpectedDelegate
Résultat System.Delegate