CloudEventsServiceDisposeAsync Method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public ValueTask DisposeAsync()

Return Value

ValueTask
A task that represents the asynchronous dispose operation.

Implements

IAsyncDisposableDisposeAsync

See Also