Modifier

CoreServices.ResetCacheReference(Type) Method

Definition

Clears the cache of the reference with key of given type if present and applicable

public:
 static bool ResetCacheReference(Type ^ serviceType);
public static bool ResetCacheReference (Type serviceType);
static member ResetCacheReference : Type -> bool
Public Shared Function ResetCacheReference (serviceType As Type) As Boolean

Parameters

serviceType
Type

interface of service to key against. Must be of type IMixedRealityService

Returns

true if successfully cleared, false otherwise

Applies to