iControl.NetworkingBWPriorityGroup.Begindelete_priority_group C# (CSharp) Method

Begindelete_priority_group() public method

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