BatchHeader 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.
Represents a batch header that supports the use of multi-method operations that run within a single transaction. For more information about batch headers, see Batching Methods.
public ref class BatchHeader : System::Web::Services::Protocols::SoapHeader
public class BatchHeader : System.Web.Services.Protocols.SoapHeader
type BatchHeader = class
inherit SoapHeader
Public Class BatchHeader
Inherits SoapHeader
- Inheritance
-
BatchHeader
Remarks
The BatchHeader class is used with the BatchHeaderValue property in a SOAP header.
Constructors
BatchHeader() |
Instantiates a new instance of the BatchHeader class. |
Properties
AnyAttr |
Gets or sets an array of XmlAttribute object. |
BatchID |
Gets or sets the batch ID that is associated with a single database transaction in which multiple Web service methods run. |