.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaClient.TransferFromSessionResult Class Reference

The results of a transfer subscriptions from session operation. More...

Public Attributes

Subscription Subscription
 The subscription transferred from the original session. More...
 
StatusCode StatusCode
 The status code indicating if the transfer succeeded. More...
 
List< uint > AvailableSequenceNumbers
 The available sequence numbers returned by the server. More...
 

Detailed Description

The results of a transfer subscriptions from session operation.

Member Data Documentation

List<uint> UnifiedAutomation.UaClient.TransferFromSessionResult.AvailableSequenceNumbers

The available sequence numbers returned by the server.

StatusCode UnifiedAutomation.UaClient.TransferFromSessionResult.StatusCode

The status code indicating if the transfer succeeded.

Subscription UnifiedAutomation.UaClient.TransferFromSessionResult.Subscription

The subscription transferred from the original session.


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