iControl.LocalLBMessageRoutingTransportConfig.Beginset_source_address_translation_pool_with_type C# (CSharp) Method

Beginset_source_address_translation_pool_with_type() public method

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