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

Definition

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