public void add_start_control_channel_element(
		string [] profiles,
		LocalLBProfileLogElementSequence [] elements
	)
        {
            this.Invoke("add_start_control_channel_element", new object [] {
                profiles,
                elements});
        }
        public void add_start_outbound_session_element(
		string [] profiles,
		LocalLBProfileLogElementSequence [] elements
	)
        {
            this.Invoke("add_start_outbound_session_element", new object [] {
                profiles,
                elements});
        }
 public System.IAsyncResult Beginadd_end_control_channel_element(string [] profiles,LocalLBProfileLogElementSequence [] elements, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("add_end_control_channel_element", new object[] {
     profiles,
     elements}, callback, asyncState);
 }
        public void remove_start_data_channel_element(
		string [] profiles,
		LocalLBProfileLogElementSequence [] elements
	)
        {
            this.Invoke("remove_start_data_channel_element", new object [] {
                profiles,
                elements});
        }
 public System.IAsyncResult Beginadd_start_outbound_session_element(string [] profiles,LocalLBProfileLogElementSequence [] elements, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("add_start_outbound_session_element", new object[] {
     profiles,
     elements}, callback, asyncState);
 }