iControl.LocalLBProfileFastHttp.Enddelete_all_profiles C# (CSharp) Method

Enddelete_all_profiles() public method

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