public interface IGlobalStorage : IAsyncDisposable
Public Interface IGlobalStorage
Inherits IAsyncDisposable
public interface class IGlobalStorage : IAsyncDisposable
type IGlobalStorage =
interface
interface IAsyncDisposable
end
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |
OpenAsync | Открывает разделяемое хранилище для записи или чтения. При необходимости некоторое время ожидается снятие блокировки от других процессов. |