Retrieves the current CA Harvest SCM ConcurrentMerge object.
object.GetConcurrentMerge()
CaWContext
None
A CaWConcurrentMerge object that represents the current ConcurrentMerge object if set, null if not set or error.
Example
Dim objConcurrentMerge Set objConcurrentMerge = objContext.GetConcurrentMerge() If objConcurrentMerge Is Nothing Then
msgbox “Can't get concurrent merge object.”, vbOKonly + vbExclamation, “GetConcurrentMerge”
End If
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|