CallExternalMethodActivity::MethodName Property
.NET Framework (current version)
Gets or sets the name of the method to be called on the local service registered with the ExternalDataExchangeService.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
public: property String^ MethodName { virtual String^ get(); virtual void set(String^ value); }
The following code example shows how to use the MethodName property to set the method name of the external method. This code example is part of the Listen SDK sample from the PurchaseOrderWorkflow.Designer.cs file. For more information, seeListen Sample.
.NET Framework
Available since 3.0
Available since 3.0
CallExternalMethodActivity Class
System.Workflow.Activities Namespace
Using the CallExternalMethod Activity
Show: