public void set_captured_protocol(
		string [] profile_names,
		string [] [] traffic_capture_names,
		LocalLBProfileAnalyticsCapturedProtocol [] [] captured_protocols
	)
        {
            this.Invoke("set_captured_protocol", new object [] {
                profile_names,
                traffic_capture_names,
                captured_protocols});
        }
 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);
 }