Class NullAsyncDisposable
Inheritance
object
NullAsyncDisposable
Implements
System.IAsyncDisposable
Inherited Members
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp
Assembly: Volo.Abp.Core.dll
Syntax
public sealed class NullAsyncDisposable : IAsyncDisposable
Properties
Instance
Declaration
public static NullAsyncDisposable Instance { get; }
Property Value
Type | Description |
---|---|
NullAsyncDisposable |
Methods
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.ValueTask |
Implements
System.IAsyncDisposable