Message.Clone

The Clone method creates a copy of this Message object instance.

Syntax

[C#]

  Copy imageCopy Code
public Object Clone();

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public Function Clone() As Object

Parameters

This method has no parameters.

Return Values

Returns the clone of the copied Message object instance.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts