Share via


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.

Hiérarchie d'héritage

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

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class BatchHeader _
    Inherits SoapHeader
'Utilisation
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

Le type BatchHeader expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BatchHeader Instantiates a new instance of the BatchHeader class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Actor (hérité de SoapHeader.)
Propriété publique AnyAttr
Propriété publique BatchID Gets or sets the batch ID that is associated with a single database transaction in which multiple Web service methods run.
Propriété publique DidUnderstand (hérité de SoapHeader.)
Propriété publique EncodedMustUnderstand (hérité de SoapHeader.)
Propriété publique EncodedMustUnderstand12 (hérité de SoapHeader.)
Propriété publique EncodedRelay (hérité de SoapHeader.)
Propriété publique MustUnderstand (hérité de SoapHeader.)
Propriété publique Relay (hérité de SoapHeader.)
Propriété publique Role (hérité de SoapHeader.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence