GlobalObjectCacheHelper.Remove(String, Object[], Boolean) 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.
public:
static void Remove(System::String ^ scope, cli::array <System::Object ^> ^ keyContainer, bool fromNativeInteropCall);
public static void Remove (string scope, object[] keyContainer, bool fromNativeInteropCall);
static member Remove : string * obj[] * bool -> unit
Public Shared Sub Remove (scope As String, keyContainer As Object(), fromNativeInteropCall As Boolean)
Parameters
- scope
- String
- keyContainer
- Object[]
- fromNativeInteropCall
- Boolean