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


IRESTResource.AddOperation Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IRESTResource.AddOperation Method

Adds child operation.

[Visual Basic .NET]
Public Sub AddOperation ( _
    ByVal o As IRESTOperation _
)
[C#]
public void AddOperation (
    IRESTOperation o
);
[C++]
HRESULT AddOperation(
  IRESTOperation* o
);
[C++]

Parameters o [in]
o is a parameter of type IRESTOperation

Product Availability

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

See Also

IRESTResource Interface