Share via


IScope<T> Interface

Definition

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.

Applies to