AsyncTransmitterBatch Constructor
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.
public:
AsyncTransmitterBatch(int maxBatchSize, Type ^ endpointType, System::String ^ propertyNamespace, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ handlerPropertyBag, Microsoft::BizTalk::TransportProxy::Interop::IBTTransportProxy ^ transportProxy, Microsoft::BizTalk::Adapter::Common::AsyncTransmitter ^ asyncTransmitter);
public AsyncTransmitterBatch (int maxBatchSize, Type endpointType, string propertyNamespace, Microsoft.BizTalk.Component.Interop.IPropertyBag handlerPropertyBag, Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy transportProxy, Microsoft.BizTalk.Adapter.Common.AsyncTransmitter asyncTransmitter);
new Microsoft.BizTalk.Adapter.Common.AsyncTransmitterBatch : int * Type * string * Microsoft.BizTalk.Component.Interop.IPropertyBag * Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy * Microsoft.BizTalk.Adapter.Common.AsyncTransmitter -> Microsoft.BizTalk.Adapter.Common.AsyncTransmitterBatch
Parameters
- maxBatchSize
- Int32
- endpointType
- Type
- propertyNamespace
- String
- handlerPropertyBag
- IPropertyBag
- transportProxy
- IBTTransportProxy
- asyncTransmitter
- AsyncTransmitter