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