ScopeType
PackageAxial
Owns finalizers for resources acquired during provisioning or runtime execution.
Specification
Kind
Type
Members
6
Examples
0
``.ctor``Signature
Scope()
AddAsyncDisposableSignature
this.AddAsyncDisposable
AddChildSignature
this.AddChild
AddDisposableSignature
this.AddDisposable
AddFinalizerSignature
this.AddFinalizer
Summary
| Name | Signature | Synopsis |
|---|---|---|
| ``.ctor`` | Scope() | No description available. |
| AddAsyncDisposable | this.AddAsyncDisposable | No description available. |
| AddChild | this.AddChild | No description available. |
| AddDisposable | this.AddDisposable | No description available. |
| AddFinalizer | this.AddFinalizer | No description available. |
| Close | this.Close | No description available. |
Parameters
| Name | Type | Description |
|---|---|---|
| resource | IAsyncDisposable |
Returns
unit

