iControl.GlobalLBPoolV2.Beginset_member_limit C# (CSharp) Method

Beginset_member_limit() public method

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