iControl.NetworkingBWPriorityGroup.Beginremove_priority_class C# (CSharp) Method

Beginremove_priority_class() public method

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