iControl.SystemVCMP.set_slot_allocation C# (CSharp) Method

set_slot_allocation() private method

private set_slot_allocation ( string guests, SystemVCMPVCMPSlotAllocation allocs ) : void
guests string
allocs SystemVCMPVCMPSlotAllocation
return void
        public void set_slot_allocation(
		string [] guests,
		SystemVCMPVCMPSlotAllocation [] allocs
	)
        {
            this.Invoke("set_slot_allocation", new object [] {
                guests,
                allocs});
        }
SystemVCMP