次の方法で共有


SendMessageChannelCacheElement.FactorySettings プロパティ

定義

チャネル ファクトリ キャッシュの設定を取得または設定します。

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

プロパティ値

チャネル ファクトリ キャッシュの設定。

属性

注釈

チャネル ファクトリ キャッシュは、キャッシュされたチャネル ファクトリを表します。 チャネル ファクトリの詳細については、「ChannelFactory」および「ChannelFactory<TChannel>」を参照してください。

適用対象