[This is preliminary documentation and is subject to change.]
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected LocalCacheTable(
LocalCache cache,
string name,
TableOptions options
)
protected LocalCacheTable(
LocalCache cache,
string name,
TableOptions options
)
Protected Sub New (
cache As LocalCache,
name As String,
options As TableOptions
)
Protected Sub New (
cache As LocalCache,
name As String,
options As TableOptions
)
protected:
LocalCacheTable(
LocalCache^ cache,
String^ name,
TableOptions^ options
)
protected:
LocalCacheTable(
LocalCache^ cache,
String^ name,
TableOptions^ options
)
new :
cache : LocalCache *
name : string *
options : TableOptions -> LocalCacheTable
new :
cache : LocalCache *
name : string *
options : TableOptions -> LocalCacheTable