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