DataCacheContainer.FindOrAdd(String, DataCache) 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 FindOrAdd(System::String ^ key, [Runtime::InteropServices::Out] Microsoft::Dynamics::Ax::Xpp::DataCache ^ % value);
public static void FindOrAdd (string key, out Microsoft.Dynamics.Ax.Xpp.DataCache value);
static member FindOrAdd : string * DataCache -> unit
Public Shared Sub FindOrAdd (key As String, ByRef value As DataCache)
Parameters
- key
- String
- value
- DataCache