IServiceEndpointPlugin.Execute(RemoteExecutionContext) Method

Definition

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.

Applies to