iControl.LocalLBProfileAnalytics.Beginset_captured_protocol C# (CSharp) Method

Beginset_captured_protocol() public method

public Beginset_captured_protocol ( string profile_names, string traffic_capture_names, LocalLBProfileAnalyticsCapturedProtocol captured_protocols, System callback, object asyncState ) : System.IAsyncResult
profile_names string
traffic_capture_names string
captured_protocols LocalLBProfileAnalyticsCapturedProtocol
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_captured_protocol(string [] profile_names,string [] [] traffic_capture_names,LocalLBProfileAnalyticsCapturedProtocol [] [] captured_protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_captured_protocol", new object[] {
            profile_names,
            traffic_capture_names,
            captured_protocols}, callback, asyncState);
        }
LocalLBProfileAnalytics