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

NameSignatureSynopsis
``.ctor``Scope()No description available.
AddAsyncDisposablethis.AddAsyncDisposableNo description available.
AddChildthis.AddChildNo description available.
AddDisposablethis.AddDisposableNo description available.
AddFinalizerthis.AddFinalizerNo description available.
Closethis.CloseNo description available.

``.ctor``

Scope()
Member

Returns

Scope

AddAsyncDisposable

this.AddAsyncDisposable
Member

Parameters

NameTypeDescription
resourceIAsyncDisposable

Returns

unit

AddChild

this.AddChild
Member

Returns

Scope

AddDisposable

this.AddDisposable
Member

Parameters

NameTypeDescription
resourceIDisposable

Returns

unit

AddFinalizer

this.AddFinalizer
Member

Parameters

NameTypeDescription
finalizerFinalizer

Returns

unit

Close

this.Close
Member

Parameters

NameTypeDescription
cancellationTokenCancellationToken

Returns

Deed