IBaseMessageCloneHelper.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.
Overloads
Clone(IBaseMessagePart, IBaseMessageFactory) | |
Clone(IBaseMessage, IPipelineContext, Stream) |
Clone(IBaseMessagePart, IBaseMessageFactory)
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::BizTalk::Message::Interop::IBaseMessagePart ^ Clone(Microsoft::BizTalk::Message::Interop::IBaseMessagePart ^ part, Microsoft::BizTalk::Message::Interop::IBaseMessageFactory ^ factory);
public static Microsoft.BizTalk.Message.Interop.IBaseMessagePart Clone (this Microsoft.BizTalk.Message.Interop.IBaseMessagePart part, Microsoft.BizTalk.Message.Interop.IBaseMessageFactory factory);
static member Clone : Microsoft.BizTalk.Message.Interop.IBaseMessagePart * Microsoft.BizTalk.Message.Interop.IBaseMessageFactory -> Microsoft.BizTalk.Message.Interop.IBaseMessagePart
<Extension()>
Public Function Clone (part As IBaseMessagePart, factory As IBaseMessageFactory) As IBaseMessagePart
Parameters
- part
- IBaseMessagePart
- factory
- IBaseMessageFactory
Returns
Applies to
Clone(IBaseMessage, IPipelineContext, Stream)
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::BizTalk::Message::Interop::IBaseMessage ^ Clone(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ msg, Microsoft::BizTalk::Component::Interop::IPipelineContext ^ pc, System::IO::Stream ^ bodyData);
public static Microsoft.BizTalk.Message.Interop.IBaseMessage Clone (this Microsoft.BizTalk.Message.Interop.IBaseMessage msg, Microsoft.BizTalk.Component.Interop.IPipelineContext pc, System.IO.Stream bodyData);
static member Clone : Microsoft.BizTalk.Message.Interop.IBaseMessage * Microsoft.BizTalk.Component.Interop.IPipelineContext * System.IO.Stream -> Microsoft.BizTalk.Message.Interop.IBaseMessage
<Extension()>
Public Function Clone (msg As IBaseMessage, pc As IPipelineContext, bodyData As Stream) As IBaseMessage
Parameters
- msg
- IBaseMessage
- bodyData
- Stream