EasyUA Reference
GetServiceResult(IEncodeable,Int32) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > MonitoredItem Class > GetServiceResult Method : GetServiceResult(IEncodeable,Int32) Method

notification
index

Glossary Item Box

The service result for a field in an notification (the field must contain a Status object).

Syntax

Visual Basic (Usage)Copy Code
Dim notification As IEncodeable
Dim index As Integer
Dim value As ServiceResult
 
value = MonitoredItem.GetServiceResult(notification, index)
C# 
public static ServiceResult GetServiceResult( 
   IEncodeable notification,
   int index
)

Parameters

notification
index

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.