iControl.NetworkingBWPriorityGroup.create C# (CSharp) Метод

create() приватный Метод

private create ( string groups, CommonEnabledState states ) : void
groups string
states CommonEnabledState
Результат void
        public void create(
		string [] groups,
		CommonEnabledState [] states
	)
        {
            this.Invoke("create", new object [] {
                groups,
                states});
        }