ArcFM Solution Developer Guide
Initialize Method (ReplicationObjectInformationProvider)


Syntax
'Declaration
 
Public Overridable Sub Initialize( _
   ByVal name As System.String, _
   ByVal config As System.Collections.Specialized.NameValueCollection _
) 
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim name As System.String
Dim config As System.Collections.Specialized.NameValueCollection
 
instance.Initialize(name, config)
public virtual void Initialize( 
   System.string name,
   System.Collections.Specialized.NameValueCollection config
)

Parameters

name
config
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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members

 

 


Send Comment