WorkflowWebService.Invoke(Type, String, Boolean, Object[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelle le workflow associé et récupère la réponse.
protected:
cli::array <System::Object ^> ^ Invoke(Type ^ interfaceType, System::String ^ methodName, bool isActivation, cli::array <System::Object ^> ^ parameters);
protected object[] Invoke (Type interfaceType, string methodName, bool isActivation, object[] parameters);
member this.Invoke : Type * string * bool * obj[] -> obj[]
Protected Function Invoke (interfaceType As Type, methodName As String, isActivation As Boolean, parameters As Object()) As Object()
Paramètres
- interfaceType
- Type
Type de l'interface.
- methodName
- String
Nom de la méthode.
- isActivation
- Boolean
Indique si le service Web active le workflow.
- parameters
- Object[]
Paramètres de la méthode spécifiés par methodName
.
Retours
- Object[]
Objet retourné par le service Web.