iControl.SystemVCMP.Endget_guest_assigned_slots C# (CSharp) Méthode

Endget_guest_assigned_slots() public méthode

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