DataCacheItemKey Constructor (String, String)

 

Create a new DataCacheItemKey object.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public DataCacheItemKey(
    string region,
    string key
)
public:
DataCacheItemKey(
    String^ region,
    String^ key
)
new : 
        region:string *
        key:string -> DataCacheItemKey
Public Sub New (
    region As String,
    key As String
)

Parameters

Remarks

Applies only to Microsoft AppFabric 1.1 for Windows Server.

See Also

DataCacheItemKey Class
Microsoft.ApplicationServer.Caching Namespace

Return to top