iControl.LocalLBRateClass.Beginset_drop_policy_description C# (CSharp) Method

Beginset_drop_policy_description() public method

public Beginset_drop_policy_description ( string drop_policies, string descriptions, System callback, object asyncState ) : System.IAsyncResult
drop_policies string
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_drop_policy_description(string [] drop_policies,string [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_drop_policy_description", new object[] {
            drop_policies,
            descriptions}, callback, asyncState);
        }
LocalLBRateClass