iControl.LocalLBRateClass.Begincreate_shaping_policy C# (CSharp) Method

Begincreate_shaping_policy() public method

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