C# 클래스 WebApplications.Utilities.Service.Client.NamedPipeClient

상속: IDisposable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

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