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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.