public interface IPipeClientConnection : IAsyncDisposable,
IDisposable
Public Interface IPipeClientConnection
Inherits IAsyncDisposable, IDisposable
public interface class IPipeClientConnection : IAsyncDisposable,
IDisposable
type IPipeClientConnection =
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) |
SendAsync | Отправляет сообщение серверу и получает ответ. Возвращаемый объект не равен null. |