iControl.LocalLBRateClass.Beginset_drop_policy_weight C# (CSharp) Method

Beginset_drop_policy_weight() public method

public Beginset_drop_policy_weight ( string drop_policies, long weights, System callback, object asyncState ) : System.IAsyncResult
drop_policies string
weights long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_drop_policy_weight(string [] drop_policies,long [] weights, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_drop_policy_weight", new object[] {
            drop_policies,
            weights}, callback, asyncState);
        }
LocalLBRateClass