IWebHttpServiceEndpointPlugin Interface

Definition

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

public interface class IWebHttpServiceEndpointPlugin
[System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public interface IWebHttpServiceEndpointPlugin
[<System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type IWebHttpServiceEndpointPlugin = interface
Public Interface IWebHttpServiceEndpointPlugin
Attributes

Remarks

This interface implements a REST listener contract.

Methods

Execute(RemoteExecutionContext)

Executes plug-in code in response to an event.

Applies to