iControl.LocalLBProfileFastHttp.Begindelete_profile C# (CSharp) Méthode

Begindelete_profile() public méthode

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Begindelete_profile(string [] profile_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_profile", new object[] {
            profile_names}, callback, asyncState);
        }
LocalLBProfileFastHttp