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


IServerConnection2.GetServerActions Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IServerConnection2 Interface > IServerConnection2.GetServerActions Method
ArcGIS Developer Help

IServerConnection2.GetServerActions Method

Actions used on data in the server connection.

[Visual Basic .NET]
Public Function getServerActions ( _
    ByVal bForEditing As Boolean _
) As Object
[C#]
public object getServerActions (
    bool bForEditing
);
[C++]
HRESULT getServerActions(
  VARIANT_BOOL bForEditing
);
[C++]
Parameters
bForEditing [in]

bForEditing is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IServerConnection2 Interface