예제 #1
0
        /// <inheritdoc/>
        protected override async ValueTask DisposeAsyncCore()
        {
            if (this.IsDisposed)
            {
                return;
            }
            await _tw.ConfigureAwait(false).DisposeAsync();

            await base.DisposeAsyncCore();
        }