iControl.GlobalLBProberPool.Beginreset_member_statistics C# (CSharp) Méthode

Beginreset_member_statistics() public méthode

public Beginreset_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginreset_member_statistics(string [] pools,string [] [] members, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_member_statistics", new object[] {
            pools,
            members}, callback, asyncState);
        }
GlobalLBProberPool