Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
(Developer Extensions)
Namespace:   Microsoft.Xrm.Client.Threading
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
  Microsoft.Xrm.Client.Threading.LockProvider
    Microsoft.Xrm.Client.Threading.MutexLockProvider
Syntax
public abstract class LockProvider : ILockProvider
public ref class LockProvider abstract : ILockProvider
[<AbstractClass>]
type LockProvider = 
    class
        interface ILockProvider
    end
Public MustInherit Class LockProvider
    Implements ILockProvider
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | LockProvider() | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | Get<T>(String, Func<String, Object>, Func<String, T>) | |
| .jpeg) | Get<T>(String, Func<String, Object>, Func<String, T>, Action<String, T>) | |
| .jpeg) | Get<T>(String, Int32, Func<String, Object>, Func<String, T>) | |
| .jpeg) | Get<T>(String, Int32, Func<String, Object>, Func<String, T>, Action<String, T>) | |
| .jpeg) | GetDefaultTimeout() | |
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | Lock(String, Action) | |
| .jpeg) | Lock(String, Int32, Action) | |
| .jpeg) | Lock<T>(String, Func<T>) | |
| .jpeg) | Lock<T>(String, Int32, Func<T>) | |
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Extension Methods
| Name | Description | |
|---|---|---|
| .jpeg) | SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) | 
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 2013
Return to top