Creates a deep copy of this URI

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public LiveViewURI Clone(
	bool frozen
)
Public Function Clone ( _
	frozen As Boolean _
) As LiveViewURI
public:
LiveViewURI^ Clone(
	bool frozen
)

Parameters

frozen
Boolean
Whether the resulting object is frozen

Return Value

A new LiveViewURI with the same values as this object

See Also