ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

Status Event

Detailed status messages for debugging purposes.

Syntax

[VB.NET]
Public Event OnStatus As OnStatusHandler
[C#]
public event OnStatusHandler OnStatus;

public delegate void OnStatusHandler(object sender, IdocreaderStatusEventArgs e);

class IdocreaderStatusEventArgs : EventArgs {
  string Message {get;}
}

Remarks

The component will output status messages as it takes the steps necessary to process a transaction. If you encounter an error, this status can be used to determine where in the chain of events things went awry.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0