Clase ExecutionHeader
Represents state information for sessions in the report server.
Jerarquía de herencia
System.Object
System.Web.Services.Protocols.SoapHeader
ReportExecution2005.ExecutionHeader
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.dll)
Sintaxis
'Declaración
Public Class ExecutionHeader _
Inherits SoapHeader
'Uso
Dim instance As ExecutionHeader
public class ExecutionHeader : SoapHeader
public ref class ExecutionHeader : public SoapHeader
type ExecutionHeader =
class
inherit SoapHeader
end
public class ExecutionHeader extends SoapHeader
El tipo ExecutionHeader expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ExecutionHeader | Initializes a new instance of the ExecutionHeader class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Actor | (Se hereda de SoapHeader.) | |
AnyAttr | ||
DidUnderstand | (Se hereda de SoapHeader.) | |
EncodedMustUnderstand | (Se hereda de SoapHeader.) | |
EncodedMustUnderstand12 | (Se hereda de SoapHeader.) | |
EncodedRelay | (Se hereda de SoapHeader.) | |
ExecutionID | Gets or sets a unique ID that is used to identify the session. Read-only. | |
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
Comentarios
The ExecutionHeader class is passed in the ExecutionHeaderValue property in the SOAP header.
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.