Edit

Share via


WorkflowWebService.Invoke(Type, String, Boolean, Object[]) Method

Definition

Invokes the associated workflow and retrieves the response.

protected object[] Invoke(Type interfaceType, string methodName, bool isActivation, object[] parameters);

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

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1