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


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

ITemporalWorkspaceStatistics2.Subscribed Property

Indicates whether a service is currently subscribed to.

[Visual Basic .NET]
Public Function get_Subscribed ( _
    ByVal serviceName As String _
) As Boolean
[C#]
public bool get_Subscribed (
    string serviceName
);
[C++]
HRESULT get_Subscribed(
  BSTR serviceName,
  Boolean* Subscribed
);
[C++]
Parameters
serviceName [in]

serviceName is a parameter of type BSTR Subscribed [out, retval]
Subscribed is a parameter of type bool*

Product Availability

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

See Also

ITemporalWorkspaceStatistics2 Interface