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