iControl.SystemVCMP.get_slot_allocation C# (CSharp) Method

get_slot_allocation() private method

private get_slot_allocation ( string guests ) : SystemVCMPVCMPSlotAllocation[]
guests string
return SystemVCMPVCMPSlotAllocation[]
        public SystemVCMPVCMPSlotAllocation[] get_slot_allocation(
		string [] guests
	)
        {
            object [] results = this.Invoke("get_slot_allocation", new object [] {
                guests});
            return ((SystemVCMPVCMPSlotAllocation [])(results[0]));
        }
SystemVCMP