ICustomProvider.GetEntry メソッド

構成ストアから ConfigStoreEntry オブジェクトを取得します。

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

使用法

構文

'宣言
Function GetEntry ( _
    transactionContext As Object, _
    type As String, _
    key As String _
) As ConfigStoreEntry
ConfigStoreEntry GetEntry (
    Object transactionContext,
    string type,
    string key
)
ConfigStoreEntry^ GetEntry (
    Object^ transactionContext, 
    String^ type, 
    String^ key
)
ConfigStoreEntry GetEntry (
    Object transactionContext, 
    String type, 
    String key
)
function GetEntry (
    transactionContext : Object, 
    type : String, 
    key : String
) : ConfigStoreEntry

パラメーター

  • transactionContext
    トランザクション コンテキスト オブジェクトです。
  • type
    エントリの型です。
  • key
    エントリのキーです。

戻り値

ConfigStoreEntry オブジェクトを返します。

スレッド セーフ

この型のパブリック静的 (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

関連項目

参照

ICustomProvider インターフェイス
ICustomProvider メンバー
Microsoft.ApplicationServer.Caching 名前空間