ArcFM Desktop Developer Guide
ProcessVersion Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Name of the version to post.
ObjectID for the row in the Post Queue table.
Process Framework node type for the version being processed
Process Framework node ID for the version being processed
Post Queue priority for the version being processed
This method is responsible for finding the correct post configuration, creating the action data and running all actions associated with the post process.
Syntax
'Declaration
 
Public MustOverride Sub ProcessVersion( _
   ByVal versionName As String, _
   ByVal objectId As Integer, _
   ByVal nodeType As Integer, _
   ByVal nodeId As Integer, _
   ByVal priority As Integer _
) 
'Usage
 
Dim instance As ServiceManagerExpansion
Dim versionName As String
Dim objectId As Integer
Dim nodeType As Integer
Dim nodeId As Integer
Dim priority As Integer
 
instance.ProcessVersion(versionName, objectId, nodeType, nodeId, priority)
public abstract void ProcessVersion( 
   string versionName,
   int objectId,
   int nodeType,
   int nodeId,
   int priority
)

Parameters

versionName
Name of the version to post.
objectId
ObjectID for the row in the Post Queue table.
nodeType
Process Framework node type for the version being processed
nodeId
Process Framework node ID for the version being processed
priority
Post Queue priority for the version being processed
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