iControl.GlobalLBPoolV2.Beginreset_member_statistics C# (CSharp) Method

Beginreset_member_statistics() public method

public Beginreset_member_statistics ( GlobalLBPoolID pools, GlobalLBVirtualServerID members, System callback, object asyncState ) : System.IAsyncResult
pools GlobalLBPoolID
members GlobalLBVirtualServerID
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreset_member_statistics(GlobalLBPoolID [] pools,GlobalLBVirtualServerID [] [] members, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_member_statistics", new object[] {
            pools,
            members}, callback, asyncState);
        }
GlobalLBPoolV2