iControl.SystemVCMP.Endset_slot_allocation C# (CSharp) Method

Endset_slot_allocation() public method

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