AsyncServiceScope Struct  
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.
An IServiceScope implementation that implements IAsyncDisposable.
public value class AsyncServiceScope : IAsyncDisposable, IDisposable, Microsoft::Extensions::DependencyInjection::IServiceScope
	public readonly struct AsyncServiceScope : IAsyncDisposable, IDisposable, Microsoft.Extensions.DependencyInjection.IServiceScope
	type AsyncServiceScope = struct
    interface IServiceScope
    interface IDisposable
    interface IAsyncDisposable
	Public Structure AsyncServiceScope
Implements IAsyncDisposable, IDisposable, IServiceScope
		- Inheritance
 
- Implements
 
Constructors
| AsyncServiceScope(IServiceScope) | 
		 Initializes a new instance of the AsyncServiceScope struct. Wraps an instance of IServiceScope.  | 
        	
Properties
| ServiceProvider | 
		 The IServiceProvider used to resolve dependencies from the scope.  | 
        	
Methods
| Dispose() | 
		 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  | 
        	
| DisposeAsync() | 
		 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.  | 
        	
Extension Methods
| ConfigureAwait(IAsyncDisposable, Boolean) | 
		 Configures how awaits on the tasks returned from an async disposable will be performed.  |