iControl.NetworkingBWPriorityGroup.create C# (CSharp) Method

create() private method

private create ( string groups, CommonEnabledState states ) : void
groups string
states CommonEnabledState
return void
        public void create(
		string [] groups,
		CommonEnabledState [] states
	)
        {
            this.Invoke("create", new object [] {
                groups,
                states});
        }