OPC Historian .NET Server Toolkit Reference
CancelUpdate Method (IAppPlugin)

Identifies the request to be cancelled.
Professional Edition only.
This method cancels the outstanding operation. The actual implementation is server specific, but the server shall respond via the client's IOPCHDA_DataCallback::OnCancelComplete method.
Syntax
'Usage
 
Dim instance As IAppPlugin
Dim cancelID As Integer
Dim value As Integer
 
value = instance.CancelUpdate(cancelID)
int CancelUpdate( 
   int cancelID
)

Parameters

cancelID
Identifies the request to be cancelled.

Return Value

HRESULTS success/error code.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAppPlugin Interface
IAppPlugin Members

 

 


Copyright © 2004-2019 Advosol Inc. All rights reserved

Send Feedback