WebHttpBodyMarshaller.ICustomBodyMarshaller.CreateWcfMessageBody Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ICustomBodyMarshaller.CreateWcfMessageBody(IBaseMessage, RLConfig, IDictionary<String,Object>) | |
ICustomBodyMarshaller.CreateWcfMessageBody(IBaseMessage, TLConfig, IDictionary<String,Object>) |
ICustomBodyMarshaller.CreateWcfMessageBody(IBaseMessage, RLConfig, IDictionary<String,Object>)
virtual System::ServiceModel::Channels::BodyWriter ^ Microsoft.BizTalk.Adapter.Wcf.Common.ICustomBodyMarshaller.CreateWcfMessageBody(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ biztalkMessage, Microsoft::BizTalk::Adapter::Wcf::Config::RLConfig ^ rlConfig, [Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ % wcfMessageProperties) = Microsoft::BizTalk::Adapter::Wcf::Common::ICustomBodyMarshaller::CreateWcfMessageBody;
System.ServiceModel.Channels.BodyWriter ICustomBodyMarshaller.CreateWcfMessageBody (Microsoft.BizTalk.Message.Interop.IBaseMessage biztalkMessage, Microsoft.BizTalk.Adapter.Wcf.Config.RLConfig rlConfig, out System.Collections.Generic.IDictionary<string,object> wcfMessageProperties);
Parámetros
- biztalkMessage
- IBaseMessage
- rlConfig
- RLConfig
- wcfMessageProperties
- IDictionary<String,Object>
Devoluciones
Implementaciones
Se aplica a
ICustomBodyMarshaller.CreateWcfMessageBody(IBaseMessage, TLConfig, IDictionary<String,Object>)
virtual System::ServiceModel::Channels::BodyWriter ^ Microsoft.BizTalk.Adapter.Wcf.Common.ICustomBodyMarshaller.CreateWcfMessageBody(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ biztalkMessage, Microsoft::BizTalk::Adapter::Wcf::Config::TLConfig ^ tlConfig, [Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ % wcfMessageProperties) = Microsoft::BizTalk::Adapter::Wcf::Common::ICustomBodyMarshaller::CreateWcfMessageBody;
System.ServiceModel.Channels.BodyWriter ICustomBodyMarshaller.CreateWcfMessageBody (Microsoft.BizTalk.Message.Interop.IBaseMessage biztalkMessage, Microsoft.BizTalk.Adapter.Wcf.Config.TLConfig tlConfig, out System.Collections.Generic.IDictionary<string,object> wcfMessageProperties);
Parámetros
- biztalkMessage
- IBaseMessage
- tlConfig
- TLConfig
- wcfMessageProperties
- IDictionary<String,Object>