This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTDispatcher Interface > IRESTDispatcher.Init Method (ArcObjects .NET 10.5 SDK) |
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