public System.IAsyncResult Beginset_response_secondary_protocol(string [] profile_names,LocalLBProfileRequestLoggingProfileProtocol [] protocols, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_response_secondary_protocol", new object[] {
     profile_names,
     protocols}, callback, asyncState);
 }
        public void set_response_secondary_protocol(
		string [] profile_names,
		LocalLBProfileRequestLoggingProfileProtocol [] protocols
	)
        {
            this.Invoke("set_response_secondary_protocol", new object [] {
                profile_names,
                protocols});
        }