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