GlobalObjectCacheHelper.Find(String, Object[]) Method

Definition

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[]

Applies to