iControl.LocalLBMessageRoutingTransportConfig.get_source_address_translation_pool C# (CSharp) Method

get_source_address_translation_pool() private method

private get_source_address_translation_pool ( string transport_configs ) : string[]
transport_configs string
return string[]
        public string[] get_source_address_translation_pool(
		string [] transport_configs
	)
        {
            object [] results = this.Invoke("get_source_address_translation_pool", new object [] {
                transport_configs});
            return ((string [])(results[0]));
        }
LocalLBMessageRoutingTransportConfig