OrganizationServiceCache Constructor (ObjectCache, String)

 

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

Parameters

See Also

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

Return to top

© 2017 Microsoft. All rights reserved. Copyright