iControl.LocalLBMessageRoutingTransportConfig.Beginset_source_address_translation_type C# (CSharp) Method

Beginset_source_address_translation_type() public method

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