WorkflowWebService.Invoke(Type, String, Boolean, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the associated workflow and retrieves the response.
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()
Parameters
- interfaceType
- Type
The type of the interface.
- methodName
- String
The name of the method.
- isActivation
- Boolean
Indicates whether the Web service activates the workflow.
- parameters
- Object[]
The parameters of the method specified by methodName
.
Returns
Object[]
The object returned by the Web service.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.