C# 클래스 Opc.Ua.Server.AsyncPublishOperation

Stores the state of an asynchrounous publish operation.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
AsyncPublishOperation ( OperationContext context, IEndpointIncomingRequest request, StandardServer server ) : System

Initializes a new instance of the AsyncPublishOperation class.

CompletePublish ( object calldata ) : void

Schedules a thread to complete the request.

Dispose ( ) : void

Frees any unmanaged resources.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

메소드 상세

AsyncPublishOperation() 공개 메소드

Initializes a new instance of the AsyncPublishOperation class.
public AsyncPublishOperation ( OperationContext context, IEndpointIncomingRequest request, StandardServer server ) : System
context OperationContext The context.
request IEndpointIncomingRequest The request.
server StandardServer The server.
리턴 System

CompletePublish() 공개 메소드

Schedules a thread to complete the request.
public CompletePublish ( object calldata ) : void
calldata object The data that is used to complete the operation
리턴 void

Dispose() 공개 메소드

Frees any unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void