iControl.SystemDisk.Endis_raid_capable C# (CSharp) Method

Endis_raid_capable() public method

public Endis_raid_capable ( System asyncResult ) : bool
asyncResult System
return bool
        public bool Endis_raid_capable(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
SystemDisk