IServiceEndpointPlugin.Execute Method (RemoteExecutionContext)
Applies To: Dynamics CRM 2015
Executes plug-in code in response to an event.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void Execute(
RemoteExecutionContext executionContext
)
[OperationContractAttribute(IsOneWay = true)]
void Execute(
RemoteExecutionContext^ executionContext
)
[<OperationContractAttribute(IsOneWay = true)>]
abstract Execute :
executionContext:RemoteExecutionContext -> unit
<OperationContractAttribute(IsOneWay := True)>
Sub Execute (
executionContext As RemoteExecutionContext
)
Parameters
executionContext
Type: Microsoft.Xrm.Sdk.RemoteExecutionContextType: RemoteExecutionContext. Defines the contextual information passed to a plug-in at run-time.
Remarks
The execution context is posted on the Microsoft Azure Service Bus by Microsoft Dynamics CRM and made available to the listener in the execution context parameter.
See Also
IServiceEndpointPlugin Interface
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright