iControl.SystemVCMP.Beginset_slot_allocation C# (CSharp) Method

Beginset_slot_allocation() public method

public Beginset_slot_allocation ( string guests, SystemVCMPVCMPSlotAllocation allocs, System callback, object asyncState ) : System.IAsyncResult
guests string
allocs SystemVCMPVCMPSlotAllocation
callback System
asyncState object
return System.IAsyncResult
        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);
        }
SystemVCMP