Responder Developer Guide
Clone Method (DataSession)


Version: 10.2.1a

Resource Center Home

Creates copy of the DataSession. The connection is cloned, but not the transaction.
Syntax
'Declaration
 
Public Function Clone() As Object
'Usage
 
Dim instance As DataSession
Dim value As Object
 
value = instance.Clone()
public object Clone()

Return Value

A new DataSession with a cloned connection
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

DataSession Class
DataSession Members

 

 


Send Comment