Partager via


ReadCache Constructeurs

Définition

Surcharges

ReadCache(IContentFactory, Boolean, PrefetchSet)
ReadCache(IRefCountedStreamFactory, Boolean, PrefetchSet)
ReadCache(IRefCountedXmlReaderFactory, Boolean, PrefetchSet)

ReadCache(IContentFactory, Boolean, PrefetchSet)

public:
 ReadCache(Microsoft::XLANGs::RuntimeTypes::IContentFactory ^ source, bool addRef, Microsoft::XLANGs::RuntimeTypes::PrefetchSet ^ prefetchSet);
public ReadCache (Microsoft.XLANGs.RuntimeTypes.IContentFactory source, bool addRef, Microsoft.XLANGs.RuntimeTypes.PrefetchSet prefetchSet);
new Microsoft.XLANGs.RuntimeTypes.ReadCache : Microsoft.XLANGs.RuntimeTypes.IContentFactory * bool * Microsoft.XLANGs.RuntimeTypes.PrefetchSet -> Microsoft.XLANGs.RuntimeTypes.ReadCache

Paramètres

addRef
Boolean
prefetchSet
PrefetchSet

S’applique à

ReadCache(IRefCountedStreamFactory, Boolean, PrefetchSet)

public:
 ReadCache(Microsoft::XLANGs::RuntimeTypes::IRefCountedStreamFactory ^ source, bool addRef, Microsoft::XLANGs::RuntimeTypes::PrefetchSet ^ prefetchSet);
public ReadCache (Microsoft.XLANGs.RuntimeTypes.IRefCountedStreamFactory source, bool addRef, Microsoft.XLANGs.RuntimeTypes.PrefetchSet prefetchSet);
new Microsoft.XLANGs.RuntimeTypes.ReadCache : Microsoft.XLANGs.RuntimeTypes.IRefCountedStreamFactory * bool * Microsoft.XLANGs.RuntimeTypes.PrefetchSet -> Microsoft.XLANGs.RuntimeTypes.ReadCache

Paramètres

addRef
Boolean
prefetchSet
PrefetchSet

S’applique à

ReadCache(IRefCountedXmlReaderFactory, Boolean, PrefetchSet)

public:
 ReadCache(Microsoft::XLANGs::RuntimeTypes::IRefCountedXmlReaderFactory ^ source, bool addRef, Microsoft::XLANGs::RuntimeTypes::PrefetchSet ^ prefetchSet);
public ReadCache (Microsoft.XLANGs.RuntimeTypes.IRefCountedXmlReaderFactory source, bool addRef, Microsoft.XLANGs.RuntimeTypes.PrefetchSet prefetchSet);
new Microsoft.XLANGs.RuntimeTypes.ReadCache : Microsoft.XLANGs.RuntimeTypes.IRefCountedXmlReaderFactory * bool * Microsoft.XLANGs.RuntimeTypes.PrefetchSet -> Microsoft.XLANGs.RuntimeTypes.ReadCache

Paramètres

addRef
Boolean
prefetchSet
PrefetchSet

S’applique à