InterconnectListByECGridID()
Listing of Interconnects for a specific ECGridID with optional trading
partner pair.
Public Function
InterconnectListByECGridID(ByVal
SessionID As String,
_
ByVal
ECGridID1 As Integer, _
ByVal ECGridID2 As Integer) _
As InterconnectIDInfo() |
Parameters
- SessionID
String - GUID
- The current session's GUID in string format. This is a 32-character
hexidecimal string in the format:
00000000-0000-0000-0000-000000000000. This
is the value returned by the Login() function.
- ECGridID1
Integer
- The ECGridID representing the Trading Partner requesting the Interconnect.
See ECGridIDs.
- ECGridID2
Integer
- The ECGridID representing the Trading Partner being Interconnected
to. If this value is set to zero (0) a list of all Interconnect Requests for
ECGridID1 will be returned.
Returns
InterconnectIDInfo Collection
- InterconnectID
Integer
- The value assigned to a specific Interconnect request.
- Created
Date
- The date/time (UTC) the record was created.
- Modified
Date
- The date/time (UTC) the record was last modified.
- Completed
Date
- The date/time (UTC) the Interconnect was
completed.
- LastTraffic
Date
- The date/time (UTC) of the last traffic between these
trading partners.
- ContactName
String(3,48)
- The name of a contact person for the request.
- ContactEMail
String(6,48)
- The Email address of a contact person for the request.
- Status
Short - StatusInterconnect
ENUM
- A numeric value representing the Interconnect's status.
- TP1
Object - ECGridIDInfo
- An ECGridIDInfo Object for the requesting Trading Partner.
- Reference1
String(0,16)
- A user-defined reference number to attach to a Interconnect request for TP1.
- TP2
Object - ECGridIDInfo
- An ECGridIDInfo Object for the Interconnect Trading Partner.
- Reference2
String(0,16)
- A user-defined reference number to attach to a Interconnect request for TP2.
- NetOps
UserIDInfo
- The ECGrid Network Operations technician assigned to the request. This
is only partially implemented for v2.0 for backwards
compatibility.
Remarks
Returns a list of Interconnect Requests for
ECGridID1, or the specific Interconnect Request for
ECGridID1 and ECGridID2.
To locate an Interconnect Request by Network/Mailbox and Status use InterconnectListByStatus() or
InterconnectListByStatusEx().
Example
| Visual Basic |
[insert code sample] |
EventID: 4008
See Also
InterconnectListByStatus()
InterconnectListByStatusEx()
© 2008-2011, Loren Data Corp. All rights
reserved. |
ECGrid is a registered service
mark of Loren Data Corp. ECGridOS is a service mark of Loren Data
Corp. |
|