WorkflowWebService Classe

Definição

Cuidado

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Representa a classe base para todos os serviços Web de fluxo de trabalho.Represents the base class for all workflow Web services.

public ref class WorkflowWebService abstract : System::Web::Services::WebService
public abstract class WorkflowWebService : System.Web.Services.WebService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public abstract class WorkflowWebService : System.Web.Services.WebService
type WorkflowWebService = class
    inherit WebService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowWebService = class
    inherit WebService
Public MustInherit Class WorkflowWebService
Inherits WebService
Herança
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Construtores

WorkflowWebService(Type)

Quando implementado em uma classe derivada, inicializa uma nova instância da classe WorkflowWebService.When implemented in a derived class, initializes a new instance of the WorkflowWebService class.

Propriedades

Application

Obtém o objeto do aplicativo para a solicitação HTTP atual.Gets the application object for the current HTTP request.

(Herdado de WebService)
Container

Obtém o contêiner para o componente.Gets the container for the component.

(Herdado de MarshalByValueComponent)
Context

Obtém o ASP.NET HttpContext para a solicitação atual, que encapsula todo o contexto específico de HTTP usado pelo servidor HTTP para processar solicitações da Web.Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests.

(Herdado de WebService)
DesignMode

Obtém um valor que indica se o componente está atualmente no modo de design.Gets a value indicating whether the component is currently in design mode.

(Herdado de MarshalByValueComponent)
Events

Obtém a lista de manipuladores de eventos que estão anexados a este componente.Gets the list of event handlers that are attached to this component.

(Herdado de MarshalByValueComponent)
Server

Obtém o HttpServerUtility da solicitação atual.Gets the HttpServerUtility for the current request.

(Herdado de WebService)
Session

Obtém a instância HttpSessionState para a solicitação atual.Gets the HttpSessionState instance for the current request.

(Herdado de WebService)
Site

Obtém ou define o site do componente.Gets or sets the site of the component.

(Herdado de MarshalByValueComponent)
SoapVersion

Obtém a versão do protocolo SOAP usada para criar a solicitação SOAP para o serviço Web XML.Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service.

(Herdado de WebService)
User

Obtém o objeto User do servidor ASP.NET.Gets the ASP.NET server User object. Pode ser usado para autenticar se um usuário está autorizado a executar a solicitação.Can be used to authenticate whether a user is authorized to execute the request.

(Herdado de WebService)
WorkflowRuntime

Fornece acesso ao WorkflowRuntime atual, que executa o fluxo de trabalho.Provides access to the current WorkflowRuntime, which executes the workflow.

Métodos

Dispose()

Libera todos os recursos usados pelo MarshalByValueComponent.Releases all resources used by the MarshalByValueComponent.

(Herdado de MarshalByValueComponent)
Dispose(Boolean)

Libera os recursos não gerenciados usados pelo MarshalByValueComponent e opcionalmente libera os recursos gerenciados.Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources.

(Herdado de MarshalByValueComponent)
Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetService(Type)

Obtém o implementador do IServiceProvider.Gets the implementer of the IServiceProvider.

(Herdado de MarshalByValueComponent)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
Invoke(Type, String, Boolean, Object[])

Invoca o fluxo de trabalho associado e recupera a resposta.Invokes the associated workflow and retrieves the response.

MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna um String que contém o nome do Component, se houver.Returns a String containing the name of the Component, if any. Esse método não deve ser substituído.This method should not be overridden.

(Herdado de MarshalByValueComponent)

Eventos

Disposed

Adiciona um manipulador de eventos para escutar o evento Disposed no componente.Adds an event handler to listen to the Disposed event on the component.

(Herdado de MarshalByValueComponent)

Aplica-se a