Note

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

Access to this page requires authorization. You can try .

IServiceEndpointNotificationService.Execute Method

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 execution context to the specified service endpoint in the cloud.

public:
 System::String ^ Execute(Microsoft::Xrm::Sdk::EntityReference ^ serviceEndpoint, Microsoft::Xrm::Sdk::IExecutionContext ^ context);
public string Execute(Microsoft.Xrm.Sdk.EntityReference serviceEndpoint, Microsoft.Xrm.Sdk.IExecutionContext context);
abstract member Execute : Microsoft.Xrm.Sdk.EntityReference * Microsoft.Xrm.Sdk.IExecutionContext -> string
Public Function Execute (serviceEndpoint As EntityReference, context As IExecutionContext) As String

Parameters

serviceEndpoint
EntityReference

The service endpoint to post to in the cloud.

context
IExecutionContext

The event execution context.

Returns

The result. Only a two-way or REST listener will return a string back to the caller.

Remarks

If the post fails, the IServiceEndpointNotificationService will continue to attempt the post for a pre-defined length of time. After all attempts to post have failed, the related asynchronous operation (system job) will be set to an error status.

Applies to

See also