iControl.LocalLBProfileHttpClass.Beginget_rewrite_url C# (CSharp) Method

Beginget_rewrite_url() public method

public Beginget_rewrite_url ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return 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