Responder Developer Guide
StartServices Method


Syntax
'Declaration
 
Protected Overridable Sub StartServices( _
   ByVal services As List(Of IService), _
   ByVal stopSignal As ManualResetEvent _
) 
'Usage
 
Dim instance As IntegrationService
Dim services As List(Of IService)
Dim stopSignal As ManualResetEvent
 
instance.StartServices(services, stopSignal)
protected virtual void StartServices( 
   List<IService> services,
   ManualResetEvent stopSignal
)

Parameters

services
stopSignal
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IntegrationService Class
IntegrationService Members

 

 


Send Comment