Create and return a copy of this object.

Namespace: Com.Tibco.As.Space.Listener
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public abstract ListenerDef Clone()
Visual Basic
Public MustOverride Function Clone As ListenerDef
Visual C++
public:
virtual ListenerDef^ Clone() abstract
F#
abstract Clone : unit -> ListenerDef 

Return Value

Type: ListenerDef
A deep of the object

See Also