Share via


GlobalObjectCacheHelper.Remove(String, Object[], Boolean) Method

Definition

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

Applies to