WorkflowWebService::Invoke Method (Type^, String^, Boolean, array<Object^>^)

 

Invokes the associated workflow and retrieves the response.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

protected:
array<Object^>^ Invoke(
	Type^ interfaceType,
	String^ methodName,
	bool isActivation,
	array<Object^>^ parameters
)

Parameters

interfaceType
Type: System::Type^

The type of the interface.

methodName
Type: System::String^

The name of the method.

isActivation
Type: System::Boolean

Indicates whether the Web service activates the workflow.

parameters
Type: array<System::Object^>^

The parameters of the method specified by methodName.

Return Value

Type: array<System::Object^>^

The object returned by the Web service.

.NET Framework
Available since 3.0
Return to top
Show: