public interface IPipeServerPool : IAsyncDisposable,
IDisposable
Public Interface IPipeServerPool
Inherits IAsyncDisposable, IDisposable
public interface class IPipeServerPool : IAsyncDisposable,
IDisposable
type IPipeServerPool =
interface
interface IAsyncDisposable
interface IDisposable
end
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |
StartListeningAsync | Запускает прослушивание в пуле серверов. |
StopListeningAsync | Останавливает прослушивание в пуле серверов. |