public System.IAsyncResult Beginset_slot_allocation(string [] guests,SystemVCMPVCMPSlotAllocation [] allocs, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_slot_allocation", new object[] {
     guests,
     allocs}, callback, asyncState);
 }
        public void set_slot_allocation(
		string [] guests,
		SystemVCMPVCMPSlotAllocation [] allocs
	)
        {
            this.Invoke("set_slot_allocation", new object [] {
                guests,
                allocs});
        }