iControl.SystemVCMP.Endget_slot_allocation C# (CSharp) Method

Endget_slot_allocation() public method

public Endget_slot_allocation ( System asyncResult ) : SystemVCMPVCMPSlotAllocation[]
asyncResult System
return SystemVCMPVCMPSlotAllocation[]
        public SystemVCMPVCMPSlotAllocation[] Endget_slot_allocation(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemVCMPVCMPSlotAllocation [])(results[0]));
        }
SystemVCMP