C# Класс Opc.Ua.Server.AsyncPublishOperation

Stores the state of an asynchrounous publish operation.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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