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


ITemporalWorkspaceStatistics2.SubscriptionTime Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics2.SubscriptionTime Property

The time the subscription to the service was established.

[Visual Basic .NET]
Public Function get_SubscriptionTime ( _
    ByVal serviceName As String _
) As ITime
[C#]
public ITime get_SubscriptionTime (
    string serviceName
);
[C++]
HRESULT get_SubscriptionTime(
  BSTR serviceName,
  ITime** SubscriptionTime
);
[C++]

Parameters serviceName [in] serviceName is a parameter of type BSTR SubscriptionTime [out, retval]
SubscriptionTime is a parameter of type ITime

Product Availability

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

See Also

ITemporalWorkspaceStatistics2 Interface