ActiveXMessageFormatter.Clone Method

Definition

Creates an instance of the ActiveXMessageFormatter class that is identical to the current ActiveXMessageFormatter.

public:
 virtual System::Object ^ Clone();
public object Clone ();
abstract member Clone : unit -> obj
override this.Clone : unit -> obj
Public Function Clone () As Object

Returns

An object whose properties are identical to those of this ActiveXMessageFormatter.

Implements

Remarks

This method is used by the MessageQueue class in order to receive multiple messages at the same time (for example, if the application is receiving asynchronously). You typically do not need to call this method in your application code.

Applies to

See also