iControl.GlobalLBPoolMember.Beginreset_statistics C# (CSharp) Méthode

Beginreset_statistics() public méthode

public Beginreset_statistics ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginreset_statistics(string [] pool_names,CommonIPPortDefinition [] [] members, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_statistics", new object[] {
            pool_names,
            members}, callback, asyncState);
        }