BclExtras.Threading.ImmediateInvoke.BeginInvoke C# (CSharp) Méthode

BeginInvoke() public méthode

public BeginInvoke ( Delegate method, object args ) : IAsyncResult
method System.Delegate
args object
Résultat IAsyncResult
        public IAsyncResult BeginInvoke(Delegate method, object[] args)
        {
            return new AsyncResult(method, args);
        }