CallExternalMethodActivity::OnMethodInvoking Method (EventArgs^)
.NET Framework (current version)
Provides a hook for derived classes to set ParameterBindings. This method is called just before the external method is run.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
Parameters
- e
-
Type:
System::EventArgs^
An EventArgs that contains the data for the MethodInvoking event.
The following example demonstrates an implementation of the OnMethodInvoking method. This example is from the Correlated Local Service SDK sample, from the CreateTask.cs file. For more information, seeCorrelated Local Service Sample.
.NET Framework
Available since 3.0
Available since 3.0
CallExternalMethodActivity Class
System.Workflow.Activities Namespace
Using the CallExternalMethod Activity
Show: