iControl.LocalLBProfileAnalytics.Endget_request_captured_parts C# (CSharp) 메소드

Endget_request_captured_parts() 공개 메소드

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