StagingClearRequest Class

 

Represents a request message for specifying the array of batches to clear.

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

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts.StagingClearRequest

Syntax

[MessageContractAttribute]
public class StagingClearRequest : MessageRequest
[MessageContractAttribute]
public ref class StagingClearRequest : MessageRequest
[<MessageContractAttribute>]
type StagingClearRequest = 
    class
        inherit MessageRequest
    end
<MessageContractAttribute>
Public Class StagingClearRequest
    Inherits MessageRequest

Constructors

Name Description
System_CAPS_pubmethod StagingClearRequest()

Initializes a new instance of the StagingClearRequest class.

Properties

Name Description
System_CAPS_pubproperty Batches

Gets or sets an array of batches for processing.

System_CAPS_pubproperty International

Gets or sets the client localization information.(Inherited from MessageRequest.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top