ITwoWayServiceEndpointPlugin Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a plug-in that implements the service behavior of a Microsoft Azure Service Bus listener.
public interface class ITwoWayServiceEndpointPlugin
[System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public interface ITwoWayServiceEndpointPlugin
[<System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type ITwoWayServiceEndpointPlugin = interface
Public Interface ITwoWayServiceEndpointPlugin
- Attributes
Remarks
This interface implements a two-way listener contract.
Methods
Execute(RemoteExecutionContext) |
Executes plug-in code in response to an event. |