PipelineMessage Class

 

Updated: April 8, 2013

Represents a message associated with the BizTalk service pipeline.

Namespace:   Microsoft.BizTalk.Services.Pipeline
Assembly:  Microsoft.BizTalk.Services (in Microsoft.BizTalk.Services.dll)

System::Object
  Microsoft.BizTalk.Services.Pipeline::PipelineMessage

public ref class PipelineMessage : IMessage

NameDescription
System_CAPS_pubpropertyContentType

Gets or sets the type of content of the message.

System_CAPS_pubpropertyData

Gets or sets the data associated with the message.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPromotedProperties()

Gets the set of promoted properties associated with the message.

System_CAPS_pubmethodGetPromotedProperty(String^)

Gets the promoted property associated with the message.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPromote(String^, Object^)

Promotes a message property using specific name and value.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: