Share via


Service.EntityStagingClear Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Displays the given batch to the “queued to clear” status.

Namespace:  Microsoft.MasterDataServices.Services
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
Public Function EntityStagingClear ( _
    request As EntityStagingClearRequest _
) As EntityStagingClearResponse
'Usage
Dim instance As Service 
Dim request As EntityStagingClearRequest 
Dim returnValue As EntityStagingClearResponse 

returnValue = instance.EntityStagingClear(request)
public EntityStagingClearResponse EntityStagingClear(
    EntityStagingClearRequest request
)
public:
virtual EntityStagingClearResponse^ EntityStagingClear(
    EntityStagingClearRequest^ request
) sealed
abstract EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse  
override EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse
public final function EntityStagingClear(
    request : EntityStagingClearRequest
) : EntityStagingClearResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingClearResponse
The EntityStagingClearResponse for the operation.

Implements

IService.EntityStagingClear(EntityStagingClearRequest)

See Also

Reference

Service Class

Microsoft.MasterDataServices.Services Namespace