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

Beginget_source_address_translation_type() 공개 메소드

public Beginget_source_address_translation_type ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_source_address_translation_type(string [] transport_configs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_source_address_translation_type", new object[] {
            transport_configs}, callback, asyncState);
        }
LocalLBMessageRoutingTransportConfig