iControl.SystemDisk.Endremove_array_member C# (CSharp) 메소드

Endremove_array_member() 공개 메소드

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