IMessageInspector::Execute Method (IMessage^, IMessageInspectorContext^)

 

Processes the Message

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

Task^ Execute(
	IMessage^ message,
	IMessageInspectorContext^ context
)

Parameters

message
Type: Microsoft.BizTalk.Services::IMessage^

the Message which needs to be processed by the Message Inspector

context
Type: Microsoft.BizTalk.Services::IMessageInspectorContext^

the context associated with the current execution instance

Return Value

Type: System.Threading.Tasks::Task^

Return to top
Show: