iControl.LocalLBMessageRoutingTransportConfig.get_source_address_translation_type C# (CSharp) Method

get_source_address_translation_type() private method

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