User Tools

Site Tools


nebolintegration_flags

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
nebolintegration_flags [2020/03/05 12:59] – external edit 127.0.0.1nebolintegration_flags [2021/09/27 01:29] (current) nebol
Line 1: Line 1:
-<code csharp> 
 Possible values for the flags in the Integration table: Possible values for the flags in the Integration table:
  
 +<code csharp>
  /// <summary>  /// <summary>
  /// The Status field of the Integration table. NOT the same as the Status field in the IntegrationQueue table.  /// The Status field of the Integration table. NOT the same as the Status field in the IntegrationQueue table.
Line 54: Line 53:
  /// This is an Incoming integration meaning it will accept calls from another service  /// This is an Incoming integration meaning it will accept calls from another service
  /// </summary>  /// </summary>
- Incoming+ Incoming
 + /// <summary> 
 + /// Not outgoing nor incoming, perhaps just a local task 
 + /// </summary> 
 + None
  }  }
  
Line 72: Line 75:
  Up  Up
  };  };
 +</code>
  
 Possible values for the flags in the IntegrationQueue table: Possible values for the flags in the IntegrationQueue table:
  
 +<code csharp>
  /// <summary>  /// <summary>
  /// The Status field for the IntegrationQueue, not the same as the Status field for the Integration  /// The Status field for the IntegrationQueue, not the same as the Status field for the Integration
nebolintegration_flags.1583409594.txt.gz · Last modified: 2020/03/05 12:59 by 127.0.0.1