iControl.LocalLBProfileAnalytics.Endget_response_content_filter_search_part C# (CSharp) Method

Endget_response_content_filter_search_part() public method

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