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

Inheritance: IDisposable
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Dispose ( ) : void

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

Private Methods

Méthode 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 méthode

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