ITwoWayServiceEndpointPlugin 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 ITwoWayServiceEndpointPlugin
[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public interface class ITwoWayServiceEndpointPlugin
[<ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")>]
type ITwoWayServiceEndpointPlugin = interface end
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
Public Interface ITwoWayServiceEndpointPlugin
Methods
Name | Description | |
---|---|---|
Execute(RemoteExecutionContext) | Executes plug-in code in response to an event. |
Remarks
This interface implements a two-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