uaPLUS Reference
onDeleteItem Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > uaPLUS Class : onDeleteItem Method

appItemHandle
Handle that identifies the item in the plug-in

Glossary Item Box

Remove an item from the server's address space. Items that are currently

Syntax

Visual Basic (Declaration) 
Public Function onDeleteItem( _
   ByVal appItemHandle As Integer _
) As Integer
C# 
public int onDeleteItem( 
   int appItemHandle
)

Parameters

appItemHandle
Handle that identifies the item in the plug-in

Return Value

HRESULT status code, OPC_E_NOTFOUND for unknown hanldes, OPC_E_BADRIGHTS for currently monitored items, S_OK if successfully removed.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

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