.NET Based OPC UA Client/Server SDK  3.2.2.525
UnifiedAutomation.UaClient.RepublishErrorEventArgs Class Reference

The event arguments provided when a RepublishError occurs. More...

Inherits EventArgs.

Public Member Functions

 RepublishErrorEventArgs (uint sequenceNumber, StatusCode error)
 Creates a new instance More...
 

Properties

uint SequenceNumber [get]
 Gets the sequence number. More...
 
StatusCode Error [get]
 The error code. More...
 

Detailed Description

The event arguments provided when a RepublishError occurs.

Constructor & Destructor Documentation

UnifiedAutomation.UaClient.RepublishErrorEventArgs.RepublishErrorEventArgs ( uint  sequenceNumber,
StatusCode  error 
)

Creates a new instance

Property Documentation

StatusCode UnifiedAutomation.UaClient.RepublishErrorEventArgs.Error
get

The error code.

uint UnifiedAutomation.UaClient.RepublishErrorEventArgs.SequenceNumber
get

Gets the sequence number.


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