InterconnectInfo()
Detail for an Interconnect.
Public Function InterconnectInfo(ByVal SessionID As String, _
ByVal
InterconnectID 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.
- InterconnectID
Integer
- The value assigned to a specific Interconnect request.
Returns
InterconnectIDInfo Object
- 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.
- 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
This method returns the current state of an Interconnect Request by
InterconnectID. Use InterconnectNoteList() to get
a list of all Notes associated with this Interconnect.
To locate an Interconnect Request by ECGridID use InterconnectListByECGridID().
To locate an Interconnect Request by Network/Mailbox and Status use InterconnectListByStatus() or
InterconnectListByStatusEx().
Example
| Visual Basic |
[insert code sample] |
EventID: 4005
See Also
Interconnects
InterconnectListByECGridID()
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. |
|