OPCHDA.NET Reference Manual
CancelAnnotations Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA.NET Namespace > OpcHDAServer Class : CancelAnnotations Method

cancelID
OUT: The server-generated cancelID which was returned from the original method call.

Glossary Item Box

This synchronous function cancels the outstanding operation.

The actual implementation is server specific, but the server shall respond via the client's CancelComplete event handler.

Syntax

Visual Basic (Declaration) 
Public Function CancelAnnotations( _
   ByVal cancelID As Integer _
) As Integer
C# 
public int CancelAnnotations( 
   int cancelID
)

Parameters

cancelID
OUT: The server-generated cancelID which was returned from the original method call.

Return Value

S_OK, E_INVALIDARG, E_FAIL

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.