OrganizationServiceCache Constructor (ObjectCache, CrmConnection)

 

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,
    CrmConnection connection
)
public:
OrganizationServiceCache(
    ObjectCache^ cache,
    CrmConnection^ connection
)
new : 
        cache:ObjectCache *
        connection:CrmConnection -> OrganizationServiceCache
Public Sub New (
    cache As ObjectCache,
    connection As CrmConnection
)

Parameters

See Also

OrganizationServiceCache Overload
OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright