Creates a copy of this object.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Private 
Function 
Clone 
As 
Object 
Implements 
ICloneable.
Clone
Visual Basic (usage)
Dim 
instance 
As 

Message
Dim 
returnValue 
As 
Object

returnValue = 
CType(
instance, 
ICloneable).
Clone()
C#
Object 
ICloneable.
Clone()

Return value

Type: System . . :: . . Object

A clone of the message.

Implements

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

See also