StrategyBasedComWrappers.CreateDefaultCacheStrategy Methode

Definitie

Hiermee maakt u de standaardstrategie voor het opslaan van COM-objecten in de cache.

protected:
 static System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy ^ CreateDefaultCacheStrategy();
protected static System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy CreateDefaultCacheStrategy();
static member CreateDefaultCacheStrategy : unit -> System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy
Protected Shared Function CreateDefaultCacheStrategy () As IIUnknownCacheStrategy

Retouren

Met de standaardstrategie worden de interfacepointers per interface in de cache opgeslagen, ongeacht de thread waarop ze in eerste instantie zijn opgehaald.

Van toepassing op