Classe BatchHeader
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.
Gerarchia di ereditarietà
System.Object
System.Web.Services.Protocols.SoapHeader
ReportService2005.BatchHeader
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class BatchHeader _
Inherits SoapHeader
'Utilizzo
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
Nel tipo BatchHeader sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
BatchHeader | Instantiates a new instance of the BatchHeader class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Actor | Ereditato da 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 | Ereditato da SoapHeader. | |
EncodedMustUnderstand | Ereditato da SoapHeader. | |
EncodedMustUnderstand12 | Ereditato da SoapHeader. | |
EncodedRelay | Ereditato da SoapHeader. | |
MustUnderstand | Ereditato da SoapHeader. | |
Relay | Ereditato da SoapHeader. | |
Role | Ereditato da SoapHeader. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
The BatchHeader class is used with the BatchHeaderValue property in a SOAP header.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.