iControl.SystemVCMP.Endget_guest_cores_per_slot C# (CSharp) Method

Endget_guest_cores_per_slot() public method

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