ServiceClient.IService.AnnotationsUpdate Method

Updates an existing annotation.

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

Syntax

'Declaration
Private Function AnnotationsUpdate ( _
    request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse Implements IService.AnnotationsUpdate
'Usage
Dim instance As ServiceClient
Dim request As AnnotationsUpdateRequest
Dim returnValue As AnnotationsUpdateResponse

returnValue = CType(instance, IService).AnnotationsUpdate(request)
AnnotationsUpdateResponseIService.AnnotationsUpdate(
    AnnotationsUpdateRequest request
)
private:
virtual AnnotationsUpdateResponse^ AnnotationsUpdate(
    AnnotationsUpdateRequest^ request
) sealed = IService::AnnotationsUpdate
private abstract AnnotationsUpdate : 
        request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse 
private override AnnotationsUpdate : 
        request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: Microsoft.MasterDataServices.AnnotationsUpdateResponse
The AnnotationsUpdateResponse for the operation.

Implements

IService.AnnotationsUpdate(AnnotationsUpdateRequest)

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace