IScope<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provide an abstraction to serialize access to an item for a using-block scope of code.
public interface IScope<T>
type IScope<'T> = interface
Public Interface IScope(Of T)
Type Parameters
- T
The item type.
- Derived
Methods
WithScopeAsync(T, CancellationToken) |
Enter a scope of code keyed by item. |