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

Enddelete_all_profiles() 공개 메소드

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