EntityStagingLoadRequest.QueueForProcessing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
false | Set batch status to NotRunning. Batch will not be placed in the processing queue. |
- Attributes