ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics.DiscardedMessageCounts Property

Indicates total number of messages discarded.

[Visual Basic .NET]
Public ReadOnly Property DiscardedMessageCounts As IPropertySet
[C#]
public IPropertySet DiscardedMessageCounts {get;}
[C++]
HRESULT get_DiscardedMessageCounts(
  IPropertySet** ppiDiscardedMsgCounts
);
[C++]

Parameters

ppiDiscardedMsgCounts [out, retval]

  ppiDiscardedMsgCounts is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalWorkspaceStatistics Interface