iControl.LocalLBProfileAnalytics.Endget_response_content_filter_search_string C# (CSharp) Method

Endget_response_content_filter_search_string() public method

public Endget_response_content_filter_search_string ( System asyncResult ) : string[][]
asyncResult System
return string[][]
        public string[][] Endget_response_content_filter_search_string(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }
LocalLBProfileAnalytics