iControl.ManagementDeviceGroup.create C# (CSharp) Méthode

create() private méthode

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