iControl.LocalLBRateClass.Beginset_shaping_policy_queueing_method C# (CSharp) Method

Beginset_shaping_policy_queueing_method() public method

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