Clase 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.
Jerarquía de herencia
System. . :: . .Object
System.Web.Services.Protocols. . :: . .SoapHeader
ReportService2005..::..BatchHeader
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class BatchHeader _
Inherits SoapHeader
'Uso
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
El tipo BatchHeader expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BatchHeader | Instantiates a new instance of the BatchHeader class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Actor | (Se hereda de 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 | (Se hereda de SoapHeader.) | |
EncodedMustUnderstand | (Se hereda de SoapHeader.) | |
EncodedMustUnderstand12 | (Se hereda de SoapHeader.) | |
EncodedRelay | (Se hereda de SoapHeader.) | |
MustUnderstand | (Se hereda de SoapHeader.) | |
Relay | (Se hereda de SoapHeader.) | |
Role | (Se hereda de SoapHeader.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.