iControl.LocalLBMessageRoutingTransportConfig.get_source_address_translation_type C# (CSharp) 메소드

get_source_address_translation_type() 개인적인 메소드

private get_source_address_translation_type ( string transport_configs ) : LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
transport_configs string
리턴 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