UpdateListingSyncStatusRequest Class

Updates the synchronization status of the destination for subsequent synchronization of listings.

Used after the listings returned by GetListingsRequest have been applied.

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

Syntax

'Declaration
<DataContractAttribute> _
Public NotInheritable Class UpdateListingSyncStatusRequest _
    Inherits Request
'Usage
Dim instance As UpdateListingSyncStatusRequest
[DataContractAttribute]
public sealed class UpdateListingSyncStatusRequest : Request
[DataContractAttribute]
public ref class UpdateListingSyncStatusRequest sealed : public Request

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Messages.Request
    Microsoft.Dynamics.Commerce.Runtime.Messages.UpdateListingSyncStatusRequest

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace