SendMessageChannelCache.ChannelSettings 属性

定义

获取或设置通道缓存的设置。

public:
 property System::ServiceModel::Activities::ChannelCacheSettings ^ ChannelSettings { System::ServiceModel::Activities::ChannelCacheSettings ^ get(); void set(System::ServiceModel::Activities::ChannelCacheSettings ^ value); };
public System.ServiceModel.Activities.ChannelCacheSettings ChannelSettings { get; set; }
member this.ChannelSettings : System.ServiceModel.Activities.ChannelCacheSettings with get, set
Public Property ChannelSettings As ChannelCacheSettings

属性值

ChannelCacheSettings

通道缓存的设置。

适用于