Copies the current object and returns a clone.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic Session Clone(
IAppContext appCxt
)
Public Function Clone (
appCxt As IAppContext
) As Session
Parameters
- appCxt
- Type: NetQuarryIAppContext
The NEW application context object.
Return Value
Type:
SessionA new session object
See Also