iControl.LocalLBRateClass.Begindelete_drop_policy C# (CSharp) Method

Begindelete_drop_policy() public method

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