ReceiveBatch Class
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.
In this article
public ref class ReceiveBatch : Microsoft::BizTalk::Adapter::Common::Batch
public class ReceiveBatch : Microsoft.BizTalk.Adapter.Common.Batch
type ReceiveBatch = class
inherit Batch
Public Class ReceiveBatch
Inherits Batch
Inheritance
Derived
Constructors
Properties
Methods
BatchComplete(Int32, Int16, BTBatchOperationStatus[], Object)
(Inherited from Batch )
CancelResponseMessage(String)
(Inherited from Batch )
CancelResponseMessage(String, Object)
(Inherited from Batch )
CancelResponseMessageFailure(String, Int32, Object)
(Inherited from Batch )
CancelResponseMessageSuccess(String, Int32, Object)
(Inherited from Batch )
DeleteFailure(IBaseMessage, Int32, Object)
(Inherited from Batch )
DeleteMessage(IBaseMessage)
(Inherited from Batch )
DeleteMessage(IBaseMessage, Object)
(Inherited from Batch )
DeleteSuccess(IBaseMessage, Int32, Object)
(Inherited from Batch )
Dispose()
(Inherited from Batch )
Done()
(Inherited from Batch )
Done(Object)
(Inherited from Batch )
EndBatchComplete()
EndProcessFailures()
MoveToNextTransport(IBaseMessage)
(Inherited from Batch )
MoveToNextTransport(IBaseMessage, Object)
(Inherited from Batch )
MoveToNextTransportFailure(IBaseMessage, Int32, Object)
(Inherited from Batch )
MoveToNextTransportSuccess(IBaseMessage, Int32, Object)
(Inherited from Batch )
MoveToSuspendQ(IBaseMessage)
(Inherited from Batch )
MoveToSuspendQ(IBaseMessage, Object)
(Inherited from Batch )
MoveToSuspendQFailure(IBaseMessage, Int32, Object)
MoveToSuspendQSuccess(IBaseMessage, Int32, Object)
Resubmit(IBaseMessage, DateTime)
(Inherited from Batch )
Resubmit(IBaseMessage, DateTime, Object)
(Inherited from Batch )
ResubmitFailure(IBaseMessage, Int32, Object)
(Inherited from Batch )
ResubmitSuccess(IBaseMessage, Int32, Object)
(Inherited from Batch )
StartBatchComplete(Int32)
(Inherited from Batch )
StartProcessFailures()
SubmitFailure(IBaseMessage, Int32, Object)
SubmitMessage(IBaseMessage)
(Inherited from Batch )
SubmitMessage(IBaseMessage, Object)
(Inherited from Batch )
SubmitRequestFailure(IBaseMessage, Int32, Object)
(Inherited from Batch )
SubmitRequestMessage(IBaseMessage, String, Boolean, DateTime, IBTTransmitter)
(Inherited from Batch )
SubmitRequestMessage(IBaseMessage, String, Boolean, DateTime, IBTTransmitter, Object)
(Inherited from Batch )
SubmitRequestSuccess(IBaseMessage, Int32, Object)
(Inherited from Batch )
SubmitResponseMessage(IBaseMessage, IBaseMessage)
(Inherited from Batch )
SubmitResponseMessage(IBaseMessage, IBaseMessage, Object)
(Inherited from Batch )
SubmitSuccess(IBaseMessage, Int32, Object)
Events
Applies to