AsyncServiceScope constructor

const AsyncServiceScope(
  1. ServiceScope serviceScope
)

Initializes a new instance of the AsyncServiceScope class. Wraps an instance of ServiceScope.

Implementation

const AsyncServiceScope(ServiceScope serviceScope)
    : _serviceScope = serviceScope;