IServiceEndpointPlugin.Execute(RemoteExecutionContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes plug-in code in response to an event.
public:
void Execute(Microsoft::Xrm::Sdk::RemoteExecutionContext ^ executionContext);
[System.ServiceModel.OperationContract(IsOneWay=true)]
public void Execute (Microsoft.Xrm.Sdk.RemoteExecutionContext executionContext);
[<System.ServiceModel.OperationContract(IsOneWay=true)>]
abstract member Execute : Microsoft.Xrm.Sdk.RemoteExecutionContext -> unit
Public Sub Execute (executionContext As RemoteExecutionContext)
Parameters
- executionContext
- RemoteExecutionContext
Defines the contextual information passed to a plug-in at run-time.
- Attributes
Remarks
The execution context is posted on the Microsoft Azure Service Bus by Microsoft Dynamics 365 and made available to the listener in the execution context parameter.