C# Класс WebApplications.Utilities.Service.Client.NamedPipeClient

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CancelCommand Task
Connect Task
Disconnect Task
Execute IObservable
Execute IObservable
FindClose bool
FindFirstFile System.IntPtr
FindNextFile int
FindService NamedPipeServerInfo
GetServices IEnumerable
NamedPipeClient System
Send IObservable

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Приватные методы

Метод Описание
CancelCommand ( System.Guid commandGuid, CancellationToken token = default(CancellationToken) ) : Task
Connect ( [ description, [ pipe, [ onReceive, CancellationToken token = default(CancellationToken) ) : Task
Disconnect ( CancellationToken token = default(CancellationToken) ) : Task
Execute ( [ commandLine, CancellationToken token = default(CancellationToken) ) : IObservable
Execute ( [ commandLine, System.Guid &commandGuid, CancellationToken token = default(CancellationToken) ) : IObservable
FindClose ( IntPtr hFindFile ) : bool
FindFirstFile ( string lpFileName, WIN32_FIND_DATA &lpFindFileData ) : IntPtr
FindNextFile ( IntPtr hFindFile, WIN32_FIND_DATA &lpFindFileData ) : int
FindService ( [ serviceName ) : NamedPipeServerInfo
GetServices ( ) : IEnumerable
NamedPipeClient ( [ description, [ server, [ onReceive, CancellationToken token = default(CancellationToken) ) : System

Initializes a new instance of the NamedPipeClient class.

Send ( [ request, CancellationToken token = default(CancellationToken) ) : IObservable

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void