.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.IServerBase Interface Reference

An interface to a service response message. More...

Inherited by UnifiedAutomation.UaBase.IDiscoveryServer, UnifiedAutomation.UaBase.ISessionServer, and UnifiedAutomation.UaBase.ServerBase.

Public Member Functions

void ScheduleIncomingRequest (IEndpointIncomingRequest request)
 Schedules an incoming request. More...
 

Properties

ApplicationInstanceBase Application [get]
 Gets the application. More...
 
MessageContext MessageContext [get]
 The message context to use with the service. More...
 
StatusCode ServerError [get]
 An error condition that describes why the server if not running (null if no error exists). More...
 

Detailed Description

An interface to a service response message.

Member Function Documentation

void UnifiedAutomation.UaBase.IServerBase.ScheduleIncomingRequest ( IEndpointIncomingRequest  request)

Schedules an incoming request.

Parameters
requestThe request.

Implemented in UnifiedAutomation.UaBase.ServerBase.

Property Documentation

ApplicationInstanceBase UnifiedAutomation.UaBase.IServerBase.Application
get

Gets the application.

MessageContext UnifiedAutomation.UaBase.IServerBase.MessageContext
get

The message context to use with the service.

The context information associated with a UA server that is used during message processing.

StatusCode UnifiedAutomation.UaBase.IServerBase.ServerError
get

An error condition that describes why the server if not running (null if no error exists).

The object that combines the status code and diagnostic info structures.


The documentation for this interface was generated from the following file: