iControl.NetworkingBWPriorityGroup.Beginset_priority_class_weight_percentage C# (CSharp) Method

Beginset_priority_class_weight_percentage() public method

public Beginset_priority_class_weight_percentage ( string groups, string classes, long percentages, System callback, object asyncState ) : System.IAsyncResult
groups string
classes string
percentages long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_priority_class_weight_percentage(string [] groups,string [] [] classes,long [] [] percentages, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_priority_class_weight_percentage", new object[] {
            groups,
            classes,
            percentages}, callback, asyncState);
        }