iControl.LocalLBProfileHttpClass.Beginget_rewrite_url C# (CSharp) Méthode

Beginget_rewrite_url() public méthode

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