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
Namespace:   Microsoft.Xrm.Client.Threading
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
void Lock(
    string key,
    Action action
)
void Lock(
    String^ key,
    Action^ action
)
abstract Lock : 
        key:string *
        action:Action -> unit
Sub Lock (
    key As String,
    action As Action
)
Parameters
- key
 Type: System.String
- action
 Type: System.Action
See Also
Lock Overload
ILockProvider Interface
Microsoft.Xrm.Client.Threading Namespace
Return to top