Batch.DeleteFailure(IBaseMessage, Int32, Object) Method
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.
protected:
virtual void DeleteFailure(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ message, int hrStatus, System::Object ^ userData);
protected virtual void DeleteFailure (Microsoft.BizTalk.Message.Interop.IBaseMessage message, int hrStatus, object userData);
abstract member DeleteFailure : Microsoft.BizTalk.Message.Interop.IBaseMessage * int * obj -> unit
override this.DeleteFailure : Microsoft.BizTalk.Message.Interop.IBaseMessage * int * obj -> unit
Protected Overridable Sub DeleteFailure (message As IBaseMessage, hrStatus As Integer, userData As Object)
Parameters
- message
- IBaseMessage
- hrStatus
- Int32
- userData
- Object