iControl.LocalLBProfileAnalytics.Beginset_response_captured_parts C# (CSharp) Method

Beginset_response_captured_parts() public method

public Beginset_response_captured_parts ( string profile_names, string traffic_capture_names, LocalLBProfileAnalyticsTransactionPart transaction_parts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
traffic_capture_names string
transaction_parts LocalLBProfileAnalyticsTransactionPart
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_response_captured_parts(string [] profile_names,string [] [] traffic_capture_names,LocalLBProfileAnalyticsTransactionPart [] [] transaction_parts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_response_captured_parts", new object[] {
            profile_names,
            traffic_capture_names,
            transaction_parts}, callback, asyncState);
        }
LocalLBProfileAnalytics