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.
Hierarquia de herança
System.Object
System.Web.Services.Protocols.SoapHeader
ReportService2005.BatchHeader
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Class BatchHeader _
Inherits SoapHeader
'Uso
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
O tipo BatchHeader expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BatchHeader | Instantiates a new instance of the BatchHeader class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Actor | (Herdado 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 | (Herdado de SoapHeader.) | |
EncodedMustUnderstand | (Herdado de SoapHeader.) | |
EncodedMustUnderstand12 | (Herdado de SoapHeader.) | |
EncodedRelay | (Herdado de SoapHeader.) | |
MustUnderstand | (Herdado de SoapHeader.) | |
Relay | (Herdado de SoapHeader.) | |
Role | (Herdado de SoapHeader.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
The BatchHeader class is used with the BatchHeaderValue property in a SOAP header.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.