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


ITemporalWorkspaceStatistics.PulledMessageCounts Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics.PulledMessageCounts Property

Indicates total number of messages pulled.

[Visual Basic .NET]
Public ReadOnly Property PulledMessageCounts As IPropertySet
[C#]
public IPropertySet PulledMessageCounts {get;}
[C++]
HRESULT get_PulledMessageCounts(
  IPropertySet** ppiPulledMsgCounts
);
[C++]

Parameters ppiPulledMsgCounts [out, retval]
ppiPulledMsgCounts is a parameter of type IPropertySet

Product Availability

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

See Also

ITemporalWorkspaceStatistics Interface