IServiceEndpointPlugin Interface

 

Applies To: Dynamics CRM 2015

Defines a plug-in that implements the service behavior of a Microsoft Azure Service Bus listener.

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

Syntax

[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public interface IServiceEndpointPlugin
[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public interface class IServiceEndpointPlugin
[<ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")>]
type IServiceEndpointPlugin = interface end
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
Public Interface IServiceEndpointPlugin

Methods

Name Description
System_CAPS_pubmethod Execute(RemoteExecutionContext)

Executes plug-in code in response to an event.

Remarks

This interface implements a one-way listener contract.

See Also

Microsoft.Xrm.Sdk Namespace
Write a listener for a Microsoft Azure solution

Return to top

© 2016 Microsoft. All rights reserved. Copyright