C# Class Opc.Ua.Server.AsyncPublishOperation

Stores the state of an asynchrounous publish operation.
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

AsyncPublishOperation() public method

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.
return System

CompletePublish() public method

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

Dispose() public method

Frees any unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

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