Share via


OrganizationServiceCache Constructor (ObjectCache, String)

 

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,
    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