Clones this ModuleInfo.QueueInfo instance.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Object Clone()
Public Function Clone As Object
public:
virtual Object^ Clone() sealed

Return Value

A new instance of ModuleInfo.QueueInfo that is identical to the current one.

Implements

ICloneable..::..Clone()()()()

See Also