iControl.NetworkingBWPriorityGroup.Begincreate C# (CSharp) Method

Begincreate() public method

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