AsyncServiceScope constructor
const
AsyncServiceScope(
- ServiceScope serviceScope
Initializes a new instance of the AsyncServiceScope class. Wraps an instance of ServiceScope.
Implementation
const AsyncServiceScope(ServiceScope serviceScope)
: _serviceScope = serviceScope;