OrganizationServiceCache Constructor (ObjectCache, OrganizationServiceCacheSettings)
Applies To: Dynamics CRM 2015
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,
OrganizationServiceCacheSettings settings
)
public:
OrganizationServiceCache(
ObjectCache^ cache,
OrganizationServiceCacheSettings^ settings
)
new :
cache:ObjectCache *
settings:OrganizationServiceCacheSettings -> OrganizationServiceCache
Public Sub New (
cache As ObjectCache,
settings As OrganizationServiceCacheSettings
)
Parameters
cache
Type: System.Runtime.Caching.ObjectCacheType: ObjectCache
See Also
OrganizationServiceCache Overload
OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright