CrmServiceClient.ConnectionLockObject Property
Applies To: Dynamics CRM 2015
Gets the connection lock object that is used to control connection access for various threads. This should be used to lock the connection if you are using the Microsoft Dynamics CRM queries via LINQ.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public object ConnectionLockObject { get; }
public:
property Object^ ConnectionLockObject {
Object^ get();
}
member ConnectionLockObject : Object with get
Public ReadOnly Property ConnectionLockObject As Object
Property Value
Type: System.Object
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright