IPlugin.Execute Method (IServiceProvider)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Executes plug-in code in response to an event.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

void Execute(
    IServiceProvider serviceProvider
)
Sub Execute (
    serviceProvider As IServiceProvider
)

Parameters

Remarks

Called by the event execution pipeline during processing of a message request for which the plug-in was registered. For more information, see the IServiceProvider Interface. The notification service is only provided for asynchronous registered plug-ins.

See Also

IPlugin Interface
Microsoft.Xrm.Sdk Namespace
Write a plug-in
Event execution pipeline
Write plug-ins to extend business processes

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright