GlobalObjectCacheHelper.Clear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Clear(String) | |
Clear(String, Boolean) |
Clear(String)
public:
static void Clear(System::String ^ scope);
public static void Clear (string scope);
static member Clear : string -> unit
Public Shared Sub Clear (scope As String)
Parameters
- scope
- String
Applies to
Clear(String, Boolean)
public:
static void Clear(System::String ^ scope, bool fromNativeInteropCall);
public static void Clear (string scope, bool fromNativeInteropCall);
static member Clear : string * bool -> unit
Public Shared Sub Clear (scope As String, fromNativeInteropCall As Boolean)
Parameters
- scope
- String
- fromNativeInteropCall
- Boolean