iControl.LocalLBMessageRoutingTransportConfig.Endget_source_address_translation_type C# (CSharp) Метод

Endget_source_address_translation_type() публичный Метод

public Endget_source_address_translation_type ( System asyncResult ) : LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
asyncResult System
Результат LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
        public LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[] Endget_source_address_translation_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBMessageRoutingTransportConfigSourceAddressTranslationType [])(results[0]));
        }
LocalLBMessageRoutingTransportConfig