EntityStagingLoadRequest.QueueForProcessing Property

Definition

Specifies if the staging batches created during this load should be set queued to be process.

public:
 property bool QueueForProcessing { bool get(); void set(bool value); };
[System.ServiceModel.MessageBodyMember]
public bool QueueForProcessing { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.QueueForProcessing : bool with get, set
Public Property QueueForProcessing As Boolean

Property Value

true (default)Set batch status to QueuedToRun.
falseSet batch status to NotRunning. Batch will not be placed in the processing queue.
Attributes

Applies to