iControl.ManagementDeviceGroup.create C# (CSharp) 메소드

create() 개인적인 메소드

private create ( string device_groups, ManagementDeviceGroupType types ) : void
device_groups string
types ManagementDeviceGroupType
리턴 void
        public void create(
		string [] device_groups,
		ManagementDeviceGroupType [] types
	)
        {
            this.Invoke("create", new object [] {
                device_groups,
                types});
        }
ManagementDeviceGroup