ArcFM Engine Developer Guide
SetUp Method


Configuration for the current service
Use this method to set up any additional resources needed by the ServiceManagerExtension object
Syntax
'Declaration
 
Public MustOverride Sub SetUp( _
   ByVal serviceConfig As GdbmReconcilePostService _
) 
'Usage
 
Dim instance As ServiceManagerExpansion
Dim serviceConfig As GdbmReconcilePostService
 
instance.SetUp(serviceConfig)
public abstract void SetUp( 
   GdbmReconcilePostService serviceConfig
)

Parameters

serviceConfig
Configuration for the current service
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

ServiceManagerExpansion Class
ServiceManagerExpansion Members

 

 


Send Comment