iControl.LocalLBProfileFastHttp.Enddelete_profile C# (CSharp) 메소드

Enddelete_profile() 공개 메소드

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