iControl.LocalLBMessageRoutingTransportConfig.Endget_source_address_translation_type C# (CSharp) Method

Endget_source_address_translation_type() public method

public Endget_source_address_translation_type ( System asyncResult ) : LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
asyncResult System
return LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
        public LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[] Endget_source_address_translation_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBMessageRoutingTransportConfigSourceAddressTranslationType [])(results[0]));
        }
LocalLBMessageRoutingTransportConfig