iControl.LocalLBProfileWebAcceleration.Begindelete_all_profiles C# (CSharp) 메소드

Begindelete_all_profiles() 공개 메소드

public Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Begindelete_all_profiles(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_profiles", new object[0], callback, asyncState);
        }
LocalLBProfileWebAcceleration