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


ITemporalWorkspaceStatistics.PulledMessageCounts Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalWorkspaceStatistics Interface > ITemporalWorkspaceStatistics.PulledMessageCounts Property
ArcGIS Developer Help

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