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});
        }