public void set_source_address_translation_type(
		string [] transport_configs,
		LocalLBMessageRoutingTransportConfigSourceAddressTranslationType [] types
	)
        {
            this.Invoke("set_source_address_translation_type", new object [] {
                transport_configs,
                types});
        }
 public System.IAsyncResult Beginset_source_address_translation_type(string [] transport_configs,LocalLBMessageRoutingTransportConfigSourceAddressTranslationType [] types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_source_address_translation_type", new object[] {
     transport_configs,
     types}, callback, asyncState);
 }