CallExternalMethodActivity::OnMethodInvoking Method (EventArgs^)

 

Provides a hook for derived classes to set ParameterBindings. This method is called just before the external method is run.

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

protected:
virtual void OnMethodInvoking(
	EventArgs^ e
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: