iControl.LocalLBMessageRoutingTransportConfig.Beginset_source_address_translation_pool C# (CSharp) Method

Beginset_source_address_translation_pool() public method

public Beginset_source_address_translation_pool ( string transport_configs, string pools, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
pools string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_source_address_translation_pool(string [] transport_configs,string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_source_address_translation_pool", new object[] {
            transport_configs,
            pools}, callback, asyncState);
        }
LocalLBMessageRoutingTransportConfig