Initializes and starts the server object specified by the IServerObjectHelper reference.
[Visual Basic 6.0] Sub Init(
ByVal pSOH As IServerObjectHelper _
)
[Visual Basic .NET] Public Sub Init ( _ ByVal pSOH As IServerObjectHelper _ )
[C#] public void Init ( IServerObjectHelper pSOH );
[Java] public void init ( IServerObjectHelper pSOH ) throws IOException, AutomationException
[C++] HRESULT Init( IServerObjectHelper* pSOH );