ArcFM Desktop Developer Guide
SetUp Method


Version: 10.2.1a

Resource Center Home

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