CachedOrganizationService Constructor (IOrganizationService, String)
Applies To: Dynamics CRM 2015
Initializes a new instance of the CachedOrganizationService class.
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public CachedOrganizationService(
IOrganizationService service,
string connectionId
)
public:
CachedOrganizationService(
IOrganizationService^ service,
String^ connectionId
)
new :
service:IOrganizationService *
connectionId:string -> CachedOrganizationService
Public Sub New (
service As IOrganizationService,
connectionId As String
)
Parameters
service
Type: Microsoft.Xrm.Sdk.IOrganizationServiceType: IOrganizationService. The organization service.
connectionId
Type: System.StringType: String. The connection ID.
See Also
CachedOrganizationService Overload
CachedOrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright