BatchingStreamWrapper(BatchingStream, VirtualStream) 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:
BatchingStreamWrapper(Microsoft::BizTalk::Edi::BatchHelper::BatchingStream ^ bs, Microsoft::BizTalk::Streaming::VirtualStream ^ vs);
public BatchingStreamWrapper (Microsoft.BizTalk.Edi.BatchHelper.BatchingStream bs, Microsoft.BizTalk.Streaming.VirtualStream vs);
new Microsoft.BizTalk.Edi.BatchHelper.BatchingStreamWrapper : Microsoft.BizTalk.Edi.BatchHelper.BatchingStream * Microsoft.BizTalk.Streaming.VirtualStream -> Microsoft.BizTalk.Edi.BatchHelper.BatchingStreamWrapper
Public Sub New (bs As BatchingStream, vs As VirtualStream)