iControl.SystemDisk.Endis_array_member C# (CSharp) Method

Endis_array_member() public method

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