iControl.NetworkingBWPriorityGroup.Beginget_priority_class_weight_percentage C# (CSharp) Method

Beginget_priority_class_weight_percentage() public method

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