Partilhar via


Método OrganizationServiceContext.Execute

Aplica-se a: CRM 2015 on-prem, CRM Online

Executes a message in the form of a request, and returns a response.

Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
Public Function Execute ( _
    request As OrganizationRequest _
) As OrganizationResponse
public OrganizationResponse Execute (
    OrganizationRequest request
)

Parâmetros

Valor de Retorno

Type: OrganizationResponse.
The response returned from processing the organization request.

Comentários

For more information see the Execute method.

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Classe OrganizationServiceContext
Membros de OrganizationServiceContext
Namespace Microsoft.Xrm.Sdk.Client

Outros recursos

Use Messages (Request and Response Classes) with the Execute Method

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.