iControl.SystemVCMP.Endget_guest_allowed_slots C# (CSharp) Method

Endget_guest_allowed_slots() public method

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