OrganizationServiceCache Constructor (ObjectCache)
Applies To: Dynamics CRM 2013
Initializes a new instance of the OrganizationServiceCache class.
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public OrganizationServiceCache(
ObjectCache cache
)
public:
OrganizationServiceCache(
ObjectCache^ cache
)
new :
cache:ObjectCache -> OrganizationServiceCache
Public Sub New (
cache As ObjectCache
)
Parameters
cache
Type: System.Runtime.Caching.ObjectCacheType: ObjectCache
See Also
OrganizationServiceCache Overload
OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace
Return to top