iControl.GlobalLBPool.Beginset_member_limit C# (CSharp) Method

Beginset_member_limit() public method

public Beginset_member_limit ( string pool_names, GlobalLBVirtualServerID members, GlobalLBMetricLimit limits, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members GlobalLBVirtualServerID
limits GlobalLBMetricLimit
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_member_limit(string [] pool_names,GlobalLBVirtualServerID [] [] members,GlobalLBMetricLimit [] [] [] limits, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_member_limit", new object[] {
            pool_names,
            members,
            limits}, callback, asyncState);
        }
GlobalLBPool