.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.WriteTrustListEventArgs Class Reference

The arguments passed when a WriteTrustList event occurs. More...

Inherits EventArgs.

Public Member Functions

 WriteTrustListEventArgs (TrustListModel model, RequestContext context, TrustListDataType trustList)
 Initializes a new instance of the WriteTrustListEventArgs class. More...
 

Properties

TrustListModel Model [get]
 Gets the model. More...
 
RequestContext Context [get]
 Gets the context. More...
 
TrustListDataType TrustList [get]
 Gets the trust list. More...
 
StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 
bool RestartRequired [get, set]
 Gets or sets a value indicating whether a restart is required. More...
 

Detailed Description

The arguments passed when a WriteTrustList event occurs.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.WriteTrustListEventArgs.WriteTrustListEventArgs ( TrustListModel  model,
RequestContext  context,
TrustListDataType  trustList 
)
inline

Initializes a new instance of the WriteTrustListEventArgs class.

Parameters
modelThe model.
contextThe context.
trustListThe trust list.

Property Documentation

RequestContext UnifiedAutomation.UaServer.WriteTrustListEventArgs.Context
get

Gets the context.

The context.

TrustListModel UnifiedAutomation.UaServer.WriteTrustListEventArgs.Model
get

Gets the model.

The model.

bool UnifiedAutomation.UaServer.WriteTrustListEventArgs.RestartRequired
getset

Gets or sets a value indicating whether a restart is required.

true if a restart is required; otherwise, false.

StatusCode UnifiedAutomation.UaServer.WriteTrustListEventArgs.StatusCode
getset

Gets or sets the status code.

The status code.

TrustListDataType UnifiedAutomation.UaServer.WriteTrustListEventArgs.TrustList
get

Gets the trust list.

The trust list.


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