BatchHeader Class
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.
Inheritance Hierarchy
System.Object
  System.Web.Services.Protocols.SoapHeader
    ReportService2005.BatchHeader
Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class BatchHeader _
    Inherits SoapHeader
'Usage
Dim instance As BatchHeader
[SerializableAttribute]
public class BatchHeader : SoapHeader
[SerializableAttribute]
public ref class BatchHeader : public SoapHeader
[<SerializableAttribute>]
type BatchHeader =  
    class
        inherit SoapHeader
    end
public class BatchHeader extends SoapHeader
The BatchHeader type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Actor | (Inherited from SoapHeader.) | 
| .gif) | AnyAttr | |
| .gif) | BatchID | Gets or sets the batch ID that is associated with a single database transaction in which multiple Web service methods run. | 
| .gif) | DidUnderstand | (Inherited from SoapHeader.) | 
| .gif) | EncodedMustUnderstand | (Inherited from SoapHeader.) | 
| .gif) | EncodedMustUnderstand12 | (Inherited from SoapHeader.) | 
| .gif) | EncodedRelay | (Inherited from SoapHeader.) | 
| .gif) | MustUnderstand | (Inherited from SoapHeader.) | 
| .gif) | Relay | (Inherited from SoapHeader.) | 
| .gif) | Role | (Inherited from SoapHeader.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.