UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Activités de workflow

Invoke Method

System.Activities.Statements.InvokeMethod

Invoke Method calls a public method of a specified object or type — instance methods on a target object, or static methods on a target type — optionally passing arguments and returning a result.

Compatibilité du projet

Windows - Legacy | Windows

Configuration

ParamètreDescription
TargetObjectThe object whose method is invoked. Used for instance methods. Leave empty when invoking a static method.
TargetTypeThe type whose static method is invoked. Used for static methods. Leave empty when invoking an instance method.
MethodNameThe name of the public method to invoke.
ParamètresThe collection of input and output arguments passed to the method, in the order required by the method signature.
GenericTypeArgumentsThe collection of generic type arguments for the method, when the method is generic.
RésultatThe value returned by the method, when any.
RunAsynchronouslyWhen selected, the method is invoked asynchronously.

Propriétés

Commun

ParamètreDescription
DisplayNameLe nom complet de l’activité.

Divers

ParamètreDescription
PrivateWhen selected, the values of variables and arguments are no longer logged at Verbose level.

Cette activité est générée par Microsoft. Pour plus d'informations, consultez leur documentation officielle.

  • Compatibilité du projet
  • Configuration
  • Propriétés
  • Commun
  • Divers

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour