iControl.LocalLBMessageRoutingTransportConfig.set_source_address_translation_type C# (CSharp) Method

set_source_address_translation_type() private method

private set_source_address_translation_type ( string transport_configs, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types ) : void
transport_configs string
types LocalLBMessageRoutingTransportConfigSourceAddressTranslationType
return void
        public void set_source_address_translation_type(
		string [] transport_configs,
		LocalLBMessageRoutingTransportConfigSourceAddressTranslationType [] types
	)
        {
            this.Invoke("set_source_address_translation_type", new object [] {
                transport_configs,
                types});
        }
LocalLBMessageRoutingTransportConfig