Microsoft.WindowsAzure.MobileServices.Sync.OperationQueue.LockItemAsync C# (CSharp) Méthode

LockItemAsync() public méthode

public LockItemAsync ( string id, CancellationToken cancellationToken ) : Task
id string
cancellationToken System.Threading.CancellationToken
Résultat Task
        public Task<IDisposable> LockItemAsync(string id, CancellationToken cancellationToken)
        {
            return this.itemLocks.Acquire(id, cancellationToken);
        }