This document is archived and information here might be outdated. Recommended version. |
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*