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


IRESTDispatcher.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTDispatcher Interface > IRESTDispatcher.Init Method
ArcGIS Developer Help

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