Overload List
Name | Description | |
---|---|---|
![]() ![]() | AcquireLockAsync(NamedCache, Byte, LockTicket, CancellationToken) |
Asynchronously locks the cached object in SOSS to prevent other clients from updating
or removing it. This extension method is simply a convenience wrapper for AcquireLockAsync(CachedObjectId, LockTicket, CancellationToken)
that creates a CachedObjectId from id.
|
![]() ![]() | AcquireLockAsync(NamedCache, Guid, LockTicket, CancellationToken) |
Asynchronously locks the cached object in SOSS to prevent other clients from updating
or removing it. This extension method is simply a convenience wrapper for AcquireLockAsync(CachedObjectId, LockTicket, CancellationToken)
that creates a CachedObjectId from id.
|
![]() ![]() | AcquireLockAsync(NamedCache, String, LockTicket, CancellationToken) |
Asynchronously locks the cached object in SOSS to prevent other clients from updating
or removing it. This extension method is simply a convenience wrapper for AcquireLockAsync(CachedObjectId, LockTicket, CancellationToken)
that creates a CachedObjectId from id.
|
See Also