iControl.LocalLBMessageRoutingTransportConfig.set_source_address_translation_pool C# (CSharp) Method

set_source_address_translation_pool() private method

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