iControl.LocalLBRateClass.Begindelete_shaping_policy C# (CSharp) Method

Begindelete_shaping_policy() public method

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