Property | Type | Description | |
---|---|---|---|
StatusPollerElapsed | Task | ||
getStatus | Task |
||
moveDataToTargetAsync | Task | ||
postExistingDataMessagesAsync | Task | ||
postProcessMessageAsync | Task |
||
processInprocessQueue | Task |
||
updateStatsAsync | Task | ||
writeStatusLogFileAsync | Task |
Method | Description | |
---|---|---|
DefaultDataFlowNetwork ( |
||
Dispose ( ) : void | ||
Initialize ( ) : void | ||
PostMessageAsync ( |
||
TearDown ( ) : void | ||
processInputQueue ( ) : Task |
Processes input queue by dequeueing each item, moving them to the in process location and then enqueuing them to the in process queue.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
IDisposable impl
|
Method | Description | |
---|---|---|
StatusPollerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : Task |
Timer callback to invoke status check on enqueued messages
|
|
getStatus ( string messageId ) : Task |
Get submitted job status using the Enqueue response - MessageId
|
|
moveDataToTargetAsync ( |
||
postExistingDataMessagesAsync ( ) : Task | ||
postProcessMessageAsync ( DataJobStatusDetail jobStatusDetail, |
Process message once status is received by moving document to the appropriate folder and writing out a log for the processed document
|
|
processInprocessQueue ( ) : Task |
||
updateStatsAsync ( DataJobStatusDetail jobStatusDetail, StatType statusType, |
||
writeStatusLogFileAsync ( DataJobStatusDetail jobStatusDetail, |
Write the DataJobStatusDetail out as a status log for either the successful of failed processing of a document.
|
public DefaultDataFlowNetwork ( |
||
formInstance | ||
return | Microsoft.Dynamics.AX.Framework.Tools.DataManagement.Serialization |
public PostMessageAsync ( |
||
dataMessage | ||
return | Task |