Поделиться через


Класс 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.

Иерархия наследования

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

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class BatchHeader _
    Inherits SoapHeader
'Применение
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

Тип BatchHeader обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод BatchHeader Instantiates a new instance of the BatchHeader class.

В начало

Свойства

  Имя Описание
Открытое свойство Actor (Производный от 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 (Производный от SoapHeader.)
Открытое свойство EncodedMustUnderstand (Производный от SoapHeader.)
Открытое свойство EncodedMustUnderstand12 (Производный от SoapHeader.)
Открытое свойство EncodedRelay (Производный от SoapHeader.)
Открытое свойство MustUnderstand (Производный от SoapHeader.)
Открытое свойство Relay (Производный от SoapHeader.)
Открытое свойство Role (Производный от SoapHeader.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник