Share via


CachedOrganizationService Constructor

 

Applies To: Dynamics CRM 2013

Initializes a new instance of the CachedOrganizationService class.

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Overload List

Name Description
System_CAPS_pubmethod CachedOrganizationService(CrmConnection)

Initializes a new instance of the CachedOrganizationService class.

System_CAPS_pubmethod CachedOrganizationService(CrmConnection, IOrganizationServiceCache)

Initializes a new instance of the CachedOrganizationService class.

System_CAPS_pubmethod CachedOrganizationService(IOrganizationService)

Initializes a new instance of the CachedOrganizationService class.

System_CAPS_pubmethod CachedOrganizationService(IOrganizationService, IOrganizationServiceCache)

Initializes a new instance of the CachedOrganizationService class.

System_CAPS_pubmethod CachedOrganizationService(IOrganizationService, String)

Initializes a new instance of the CachedOrganizationService class.

System_CAPS_pubmethod CachedOrganizationService(String)

Initializes a new instance of the CachedOrganizationService class.

System_CAPS_pubmethod CachedOrganizationService(String, IOrganizationServiceCache)

Initializes a new instance of the CachedOrganizationService class.

See Also

CachedOrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Developer extensions context object model (Dynamics CRM 2013)

Return to top