InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Classe

Definição

Invoca um manipulador ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> da atividade.Invokes an activity's ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> handler.

generic <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10>
public ref class InvokeAction sealed : System::Activities::NativeActivity
[System.Windows.Markup.ContentProperty("Action")]
public sealed class InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> : System.Activities.NativeActivity
[<System.Windows.Markup.ContentProperty("Action")>]
type InvokeAction<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'T10> = class
    inherit NativeActivity
Public NotInheritable Class InvokeAction(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
Inherits NativeActivity

Parâmetros de tipo

T1

O tipo de dados do primeiro InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the first InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

T2

O tipo de dados do segundo InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the second InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

T3

O tipo de dados do terceiro InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the third InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

T4

O tipo de dados da quarta InArgument<T> passada para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the fourth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

T5

O tipo de dados do quinto InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the fifth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

T6

O tipo de dados do sexto InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the sixth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

T7

O tipo de dados da sétima InArgument<T> passada para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the seventh InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

T8

O tipo de dados do oitavo InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the eighth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

T9

O tipo de dados da nona InArgument<T> passada para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the ninth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

T10

O tipo de dados do décimo InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The data type of the tenth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Herança
InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
Atributos

Construtores

InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>()

Inicializa uma nova instância da classe InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.Initializes a new instance of the InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> class.

Propriedades

Action

Obtém ou define o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> invocado por este InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.Gets or sets the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> invoked by this InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument1

Obtém ou define o primeiro InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the first InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument10

Obtém ou define o décimo InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the tenth InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument2

Obtém ou define o segundo InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the second InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument3

Obtém ou define o terceiro InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the third InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument4

Obtém ou define o quarto InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the fourth InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument5

Obtém ou define o quinto InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the fifth InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument6

Obtém ou define o sexto InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the sixth InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument7

Obtém ou define o sétimo InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the seventh InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument8

Obtém ou define o oitavo InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the eighth InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

Argument9

Obtém ou define o nono InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the ninth InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.

CacheId

Obtém um identificador do cache que é exclusivo no escopo da definição do fluxo de trabalho.Gets the identifier of the cache that is unique within the scope of the workflow definition.

(Herdado de Activity)
CanInduceIdle

Obtém ou define um valor que indica se a atividade pode fazer com que o fluxo de trabalho fique ocioso.Gets or sets a value that indicates whether the activity can cause the workflow to become idle.

(Herdado de NativeActivity)
Constraints

Obtém uma coleção de atividades de Constraint que podem ser configuradas para fornecer validação para a Activity.Gets a collection of Constraint activities that can be configured to provide validation for the Activity.

(Herdado de Activity)
DisplayName

Obtém ou define um nome amigável opcional que é usado para depuração, validação, manipulação de exceções e acompanhamento.Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.

(Herdado de Activity)
Id

Obtém um identificador que é exclusivo no escopo da definição do fluxo de trabalho.Gets an identifier that is unique in the scope of the workflow definition.

(Herdado de Activity)
Implementation

A lógica de execução da atividade.The execution logic of the activity.

(Herdado de NativeActivity)
ImplementationVersion

Obtém ou define a versão de implementação da atividade.Gets or sets the implementation version of the activity.

(Herdado de NativeActivity)

Métodos

Abort(NativeActivityAbortContext)

Quando implementado em uma classe derivada, executa ações em resposta à atividade que está sendo anulada.When implemented in a derived class, takes actions in response to the activity being aborted.

(Herdado de NativeActivity)
CacheMetadata(ActivityMetadata)

Não implementado.Not implemented. Use o método CacheMetadata(NativeActivityMetadata) em seu lugar.Use the CacheMetadata(NativeActivityMetadata) method instead.

(Herdado de NativeActivity)
CacheMetadata(NativeActivityMetadata)

Cria e valida uma descrição dos argumentos, das variáveis, das atividades filho e dos representantes da atividade.Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates.

(Herdado de NativeActivity)
Cancel(NativeActivityContext)

Quando implementado em uma classe derivada, executa a lógica para causar a conclusão antecipada normal da atividade.When implemented in a derived class, runs logic to cause graceful early completion of the activity.

(Herdado de NativeActivity)
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)
Execute(NativeActivityContext)

Quando implementado em uma classe derivada, executa a lógica de execução da atividade.When implemented in a derived class, runs the activity's execution logic.

(Herdado de NativeActivity)
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)
OnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity)

Gera um evento durante a criação de um mapa para a atualização dinâmica.Raises an event when creating a map for the dynamic update.

(Herdado de NativeActivity)
OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity)

Gera um evento durante a criação de um mapa para a atualização dinâmica.Raises an event when creating a map for the dynamic update.

(Herdado de NativeActivity)
ShouldSerializeDisplayName()

Indica se a propriedade DisplayName deve ser serializada.Indicates whether the DisplayName property should be serialized.

(Herdado de Activity)
ToString()

Retorna um String que contém o Id e DisplayName do Activity.Returns a String that contains the Id and DisplayName of the Activity.

(Herdado de Activity)
UpdateInstance(NativeActivityUpdateContext)

Atualiza a instância da NativeActivity.Updates the instance of NativeActivity.

(Herdado de NativeActivity)

Aplica-se a