Return true if this item is held by an open transaction.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function isHeld() As Boolean
C#
public bool isHeld()
C++
public:
 bool isHeld() sealed 
J#
public bool isHeld()
JScript
public  function isHeld() : bool

Remarks

Held means it is being held in association with updates to another item, but it is not itself modified by the transaction. However another operation may have modified this item, so both isHeld and isDirty may return true.

See Also