iControl.ManagementDeviceGroup.create C# (CSharp) Method

create() private method

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