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


IRESTResource.GetOperations Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IRESTResource.GetOperations Method

Returns enumerator for operations.

[Visual Basic .NET]
Public Function GetOperations ( _
) As IEnumRESTOperation
[C#]
public IEnumRESTOperation GetOperations (
);
[C++]
HRESULT GetOperations(
  IEnumRESTOperation** ppEnum
);
[C++]

Parameters ppEnum [out, retval]
ppEnum is a parameter of type IEnumRESTOperation

Product Availability

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

See Also

IRESTResource Interface