ActiveXMessageFormatter.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.