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

Information about an ongoing command.
Inheritance: IDisposable
Afficher le fichier Open project: webappsuk/CoreLibraries

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Cancel ( [ response ) : void

Cancels the specified request.

ConnectedCommand ( [ request, [ observer ) : System

Initializes a new instance of the ConnectedCommand class.

Dispose ( ) : void

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

Received ( [ response ) : bool

Received the specified connected command.

Method Details

Cancel() public méthode

Cancels the specified request.
public Cancel ( [ response ) : void
response [ The response.
Résultat void

ConnectedCommand() public méthode

Initializes a new instance of the ConnectedCommand class.
public ConnectedCommand ( [ request, [ observer ) : System
request [ The request.
observer [ The observer.
Résultat System

Dispose() public méthode

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

Received() public méthode

Received the specified connected command.
public Received ( [ response ) : bool
response [ The response.
Résultat bool