Método IServiceEndpointNotificationService.Execute
Se aplica a: CRM 2015 on-prem, CRM Online
Posts the execution context to the specified service endpoint in the cloud.
Espacio de nombres: Microsoft.Xrm.Sdk
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)
Sintaxis
'Declaración
Function Execute ( _
serviceEndpoint As EntityReference, _
context As IExecutionContext _
) As String
string Execute (
EntityReference serviceEndpoint,
IExecutionContext context
)
Parámetros
- serviceEndpoint
Type: EntityReference. The service endpoint to post to in the cloud.
- context
Type: IExecutionContext. The event execution context.
Valor de retorno
Type: Cadena
The result. Only a two-way or REST listener will return a string back to the caller.
Comentarios
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.
Seguridad de hilo
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows Vista,Windows XP
Vea también
Referencia
Interfaz de IServiceEndpointNotificationService
Miembros de IServiceEndpointNotificationService
Espacio de nombres de Microsoft.Xrm.Sdk
Interfaz de IPluginExecutionContext
Management and Notification of Run-time Errors
Write a One-way, Two-way, or REST Listener
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.