This document is archived and information here might be outdated.  Recommended version.


ITemporalWorkspaceStatistics.DiscardedMessageCounts Property (ArcObjects .NET 10.5 SDK)
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