Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IServiceEndpointNotificationService Interface

Definition

Namespace:
Microsoft.Xrm.Sdk
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

Posts the plug-in execution context to the Microsoft Azure Service Bus.

public interface class IServiceEndpointNotificationService
public interface IServiceEndpointNotificationService
type IServiceEndpointNotificationService = interface
Public Interface IServiceEndpointNotificationService

Remarks

Both the Microsoft Azure Service Bus and Microsoft Dynamics 365 must be properly configured before using this service.

Methods

Name Description
Execute(EntityReference, IExecutionContext)

Posts the execution context to the specified service endpoint in the cloud.

Applies to

See also