C# Class WebApplications.Utilities.Service.Client.NamedPipeClient

Inheritance: IDisposable
Exibir arquivo Open project: webappsuk/CoreLibraries Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
Dispose ( ) : void

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

Private Methods

Method Description
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

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void