iControl.LocalLBPool.Enddelete_persistence_record C# (CSharp) 메소드

Enddelete_persistence_record() 공개 메소드

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