SendMessageChannelCacheElement.FactorySettings Propriedade
Definição
Obtém ou define as configurações do cache da fábrica de canais.Gets or sets the settings of the channel factory cache.
public:
property System::ServiceModel::Activities::Configuration::FactorySettingsElement ^ FactorySettings { System::ServiceModel::Activities::Configuration::FactorySettingsElement ^ get(); };
[System.Configuration.ConfigurationProperty("factorySettings")]
public System.ServiceModel.Activities.Configuration.FactorySettingsElement FactorySettings { get; }
[<System.Configuration.ConfigurationProperty("factorySettings")>]
member this.FactorySettings : System.ServiceModel.Activities.Configuration.FactorySettingsElement
Public ReadOnly Property FactorySettings As FactorySettingsElement
Valor da propriedade
As configurações do cache da fábrica de canais.The settings of the channel factory cache.
- Atributos
Comentários
O cache da fábrica de canais representa fábricas de canal em cache.The channel factory cache represents cached channel factories. Para obter mais informações sobre fábricas de canal, consulte ChannelFactory e ChannelFactory<TChannel> .For more information about channel factories, see ChannelFactory and ChannelFactory<TChannel>.