Condividi tramite


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.

Spazio dei nomi:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class BatchHeader _
    Inherits SoapHeader
'Utilizzo
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

Osservazioni

The BatchHeader class is used with the BatchHeaderValue property in a SOAP header.

Gerarchia di ereditarietà

System. . :: . .Object
  System.Web.Services.Protocols. . :: . .SoapHeader
    ReportService2005..::..BatchHeader

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.