iControl.LocalLBRateClass.Beginset_shaping_policy_description C# (CSharp) Method

Beginset_shaping_policy_description() public method

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