WorkflowWebService::Invoke Method (Type^, String^, Boolean, array<Object^>^)
.NET Framework (current version)
Invokes the associated workflow and retrieves the response.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: