iControl.SystemVCMP.Endget_guest_min_slots C# (CSharp) Method

Endget_guest_min_slots() public method

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