Класс ExecutionHeader
Represents state information for sessions in the report server.
Иерархия наследования
System. . :: . .Object
System.Web.Services.Protocols. . :: . .SoapHeader
ReportExecution2005..::..ExecutionHeader
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class ExecutionHeader _
Inherits SoapHeader
'Применение
Dim instance As ExecutionHeader
[SerializableAttribute]
public class ExecutionHeader : SoapHeader
[SerializableAttribute]
public ref class ExecutionHeader : public SoapHeader
[<SerializableAttribute>]
type ExecutionHeader =
class
inherit SoapHeader
end
public class ExecutionHeader extends SoapHeader
Тип ExecutionHeader обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
ExecutionHeader | Initializes a new instance of the ExecutionHeader class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Actor | (Производный от SoapHeader.) |
![]() |
AnyAttr | |
![]() |
DidUnderstand | (Производный от SoapHeader.) |
![]() |
EncodedMustUnderstand | (Производный от SoapHeader.) |
![]() |
EncodedMustUnderstand12 | (Производный от SoapHeader.) |
![]() |
EncodedRelay | (Производный от SoapHeader.) |
![]() |
ExecutionID | Gets or sets a unique ID that is used to identify the session. Read-only. |
![]() |
MustUnderstand | (Производный от SoapHeader.) |
![]() |
Relay | (Производный от SoapHeader.) |
![]() |
Role | (Производный от SoapHeader.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
The ExecutionHeader class is passed in the ExecutionHeaderValue property in the SOAP header.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.