iControl.LocalLBProfileXML.Beginadd_xpath_queries C# (CSharp) Method

Beginadd_xpath_queries() public method

public Beginadd_xpath_queries ( string profile_names, string xpath_queries, System callback, object asyncState ) : System.IAsyncResult
profile_names string
xpath_queries string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_xpath_queries(string [] profile_names,string [] [] xpath_queries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_xpath_queries", new object[] {
            profile_names,
            xpath_queries}, callback, asyncState);
        }
LocalLBProfileXML