Share via


IServiceEndpointPlugin.Execute Method

Applies To: Microsoft Dynamics CRM 2013, Microsoft 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

'Declaration
<OperationContractAttribute(IsOneWay:=True)> _
Sub Execute ( _
    executionContext As RemoteExecutionContext _
)
[OperationContractAttribute(IsOneWay=true)] 
void Execute (
    RemoteExecutionContext executionContext
)

Parameters

  • executionContext
    Type: 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

See Also

Reference

IServiceEndpointPlugin Interface
IServiceEndpointPlugin Members
Microsoft.Xrm.Sdk Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.