iControl.NetworkingBWPriorityGroup.Beginadd_priority_class C# (CSharp) Method

Beginadd_priority_class() public method

public Beginadd_priority_class ( 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 Beginadd_priority_class(string [] groups,string [] [] classes,long [] [] percentages, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_priority_class", new object[] {
            groups,
            classes,
            percentages}, callback, asyncState);
        }