Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Class BatchHeader _
Inherits SoapHeader
'Usage
Dim instance As BatchHeader
public class BatchHeader : SoapHeader
public ref class BatchHeader : public SoapHeader
type BatchHeader =
class
inherit SoapHeader
end
public class BatchHeader extends SoapHeader
The BatchHeader type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
BatchHeader | Instantiates a new instance of the BatchHeader class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Actor | (Inherited from SoapHeader.) |
![]() |
AnyAttr | |
![]() |
BatchID | Gets or sets the batch ID that is associated with a single database transaction in which multiple Web service methods run. |
![]() |
DidUnderstand | (Inherited from SoapHeader.) |
![]() |
EncodedMustUnderstand | (Inherited from SoapHeader.) |
![]() |
EncodedMustUnderstand12 | (Inherited from SoapHeader.) |
![]() |
EncodedRelay | (Inherited from SoapHeader.) |
![]() |
MustUnderstand | (Inherited from SoapHeader.) |
![]() |
Relay | (Inherited from SoapHeader.) |
![]() |
Role | (Inherited from SoapHeader.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Remarks
The BatchHeader class is used with the BatchHeaderValue property in a SOAP header.
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.
.gif)
.gif)
.gif)