DataCacheFactoryConfiguration.NotificationProperties プロパティ

キャッシュ クライアントの通知設定を取得または設定します。

名前空間: Microsoft.ApplicationServer.Caching
アセンブリ: Microsoft.ApplicationServer.Caching.Client (microsoft.applicationserver.caching.client.dll)

使用法

構文

'宣言
Public Property NotificationProperties As DataCacheNotificationProperties
public DataCacheNotificationProperties NotificationProperties { get; set; }
public:
property DataCacheNotificationProperties^ NotificationProperties {
    DataCacheNotificationProperties^ get ();
    void set (DataCacheNotificationProperties^ value);
}
/** @property */
public DataCacheNotificationProperties get_NotificationProperties ()

/** @property */
public void set_NotificationProperties (DataCacheNotificationProperties value)
public function get NotificationProperties () : DataCacheNotificationProperties

public function set NotificationProperties (value : DataCacheNotificationProperties)

プロパティの値

DataCacheNotificationProperties オブジェクトです。

解説

このプロパティが設定されていない場合、通知は無効になります。

スレッド セーフ

この型のパブリック静的 (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンスのメンバーはいずれも、スレッド セーフである保証はありません。

プラットフォーム

開発プラットフォーム

Visual Studio 2010 およびそれ以降, .NET Framework 4

対象プラットフォーム

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

関連項目

参照

DataCacheFactoryConfiguration クラス
DataCacheFactoryConfiguration メンバー
Microsoft.ApplicationServer.Caching 名前空間