Return true if this item is dirty.


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

Syntax

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

Remarks

This returns true if this item has been modified by a transaction that is not yet committed or aborted. Dirty items may not be trustworthy as the modifications may not be complete and may get rolled back if the transaction is aborted.

See Also