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

Information about an ongoing command.
상속: IDisposable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Cancel() 공개 메소드

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

ConnectedCommand() 공개 메소드

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

Dispose() 공개 메소드

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

Received() 공개 메소드

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