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
cache
Type: System.Runtime.Caching.ObjectCacheType: ObjectCache
connectionId
Type: System.StringType: String
See Also
OrganizationServiceCache Overload
OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace
Return to top