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


IServerConnection2.ReturnServerActions 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.ReturnServerActions Method
ArcGIS Developer Help

IServerConnection2.ReturnServerActions Method

Actions used on data in the server connection.

[Visual Basic .NET]
Public Sub returnServerActions ( _
    ByVal bSave As Boolean, _
    ByVal piActionCollection As Object _
)
[C#]
public void returnServerActions (
    bool bSave,
    object piActionCollection
);
[C++]
HRESULT returnServerActions(
  VARIANT_BOOL bSave,
  LPUNKNOWN piActionCollection
);
[C++]
Parameters
bSave [in]

bSave is a parameter of type bool piActionCollection [in]
piActionCollection is a parameter of type IUnknown

Product Availability

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

See Also

IServerConnection2 Interface