LockManager Class

 

Applies To: Dynamics CRM 2015

(Developer Extensions)

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

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Threading.LockManager

Syntax

public static class LockManager
public ref class LockManager abstract sealed 
[<AbstractClass>]
[<Sealed>]
type LockManager = class end
Public NotInheritable Class LockManager

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Get<T>(String, Func<String, Object>, Func<String, T>)

System_CAPS_pubmethodSystem_CAPS_static Get<T>(String, Func<String, Object>, Func<String, T>, Action<String, T>)

System_CAPS_pubmethodSystem_CAPS_static Get<T>(String, Int32, Func<String, Object>, Func<String, T>)

System_CAPS_pubmethodSystem_CAPS_static Get<T>(String, Int32, Func<String, Object>, Func<String, T>, Action<String, T>)

System_CAPS_pubmethodSystem_CAPS_static Lock(String, Action)

System_CAPS_pubmethodSystem_CAPS_static Lock(String, Int32, Action)

System_CAPS_pubmethodSystem_CAPS_static Lock<T>(String, Func<T>)

System_CAPS_pubmethodSystem_CAPS_static Lock<T>(String, Int32, Func<T>)

System_CAPS_pubmethodSystem_CAPS_static Reset()

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Client.Threading Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright