Edit

Share via


StrategyBasedComWrappers.CreateDefaultCacheStrategy Method

Definition

Creates the default strategy to use for caching COM objects.

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

Returns

The default strategy caches the interface pointers per interface no matter what thread they were initially retrieved on.

Applies to