iControl.LocalLBMessageRoutingTransportConfig.set_source_address_translation_pool_with_type C# (CSharp) Method

set_source_address_translation_pool_with_type() private method

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