GlobalObjectCacheHelper.Find(String, 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 cli::array <System::Object ^> ^ Find(System::String ^ scope, cli::array <System::Object ^> ^ key);
public static object[] Find (string scope, object[] key);
static member Find : string * obj[] -> obj[]
Public Shared Function Find (scope As String, key As Object()) As Object()
Parameters
- scope
- String
- key
- Object[]
Returns
Object[]