Execute(TResponse) Method

Execute method for a service request.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Function Execute(Of TResponse As ServiceResponse) ( _
    request As ServiceRequest _
) As TResponse
'Usage
Dim instance As IService
Dim request As ServiceRequest
Dim returnValue As TResponse

returnValue = instance.Execute(request)
TResponse Execute<TResponse>(
    ServiceRequest request
)
where TResponse : ServiceResponse
generic<typename TResponse>
where TResponse : ServiceResponse
TResponse Execute(
    ServiceRequest^ request
)

Type Parameters

  • TResponse

Parameters

Return Value

Type: TResponse
The response object as a subtype of the ServiceResponse class.

See Also

Reference

IService Interface

Microsoft.Dynamics.Commerce.Runtime.Services Namespace