iControl.SystemDisk.Endremove_array_member C# (CSharp) Method

Endremove_array_member() public method

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