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

Information about an ongoing command.
Inheritance: IDisposable
Exibir arquivo Open project: webappsuk/CoreLibraries

Private Properties

Property Type Description

Public Methods

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

Cancels the specified request.
public Cancel ( [ response ) : void
response [ The response.
return void

ConnectedCommand() public method

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

Dispose() public method

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

Received() public method

Received the specified connected command.
public Received ( [ response ) : bool
response [ The response.
return bool