InvokeWebServiceEventArgs Classe
Definição
Cuidado
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Contém dados de evento usados para invocar um serviço Web.Contains event data used to invoke a Web service. Essa classe não pode ser herdada.This class cannot be inherited.
public ref class InvokeWebServiceEventArgs sealed : EventArgs
[System.Serializable]
public sealed class InvokeWebServiceEventArgs : EventArgs
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class InvokeWebServiceEventArgs : EventArgs
[<System.Serializable>]
type InvokeWebServiceEventArgs = class
inherit EventArgs
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type InvokeWebServiceEventArgs = class
inherit EventArgs
Public NotInheritable Class InvokeWebServiceEventArgs
Inherits EventArgs
- 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
| InvokeWebServiceEventArgs(Object) |
Inicializa uma nova instância da classe InvokeWebServiceEventArgs.Initializes a new instance of the InvokeWebServiceEventArgs class. |
Propriedades
| WebServiceProxy |
Obtém a classe de proxy que se comunica com o serviço Web.Gets the proxy class that communicates with the Web service. |
Métodos
| 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) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |