MutexLockProvider 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.LockProvider
Microsoft.Xrm.Client.Threading.MutexLockProvider
Syntax
public class MutexLockProvider : LockProvider
public ref class MutexLockProvider : LockProvider
type MutexLockProvider =
class
inherit LockProvider
end
Public Class MutexLockProvider
Inherits LockProvider
Constructors
Name | Description | |
---|---|---|
MutexLockProvider() |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
Get<T>(String, Func<String, Object>, Func<String, T>) | (Inherited from LockProvider.) |
|
Get<T>(String, Func<String, Object>, Func<String, T>, Action<String, T>) | (Inherited from LockProvider.) |
|
Get<T>(String, Int32, Func<String, Object>, Func<String, T>) | (Inherited from LockProvider.) |
|
Get<T>(String, Int32, Func<String, Object>, Func<String, T>, Action<String, T>) | (Inherited from LockProvider.) |
|
GetDefaultTimeout() | (Inherited from LockProvider.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Lock(String, Action) | (Inherited from LockProvider.) |
|
Lock(String, Int32, Action) | (Overrides LockProvider.Lock(String, Int32, Action).) |
|
Lock<T>(String, Func<T>) | (Inherited from LockProvider.) |
|
Lock<T>(String, Int32, Func<T>) | (Inherited from LockProvider.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
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 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright