ArcObjects Library Reference (System)  

IRESTDispatcher.Init Method

Initialization method.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal root As IRESTResource, _
    ByVal handler As IRESTCallback _
)
[C#]
public void Init (
    IRESTResource root,
    IRESTCallback handler
);
[C++]
HRESULT Init(
  IRESTResource* root,
  IRESTCallback* handler
);
[C++]

Parameters

root [in]

  root is a parameter of type IRESTResource

handler

  handler is a parameter of type IRESTCallback

Product Availability

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

See Also

IRESTDispatcher Interface