InterconnectAssignNetOps()
Assigns NetOps staff to Interconnect Request.
Public Function InterconnectAssignNetOps(ByVal SessionID As String, _
ByVal
InterconnectID As
Integer,
_
ByVal UserID as Integer,
_
ByVal eMailTo
As eMailTo)
_
As Boolean |
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.
- UserID
Integer
- A numeric value used to represent a specific user on the system.
- User must be of NetOps AuthLevel or higher.
- EMailTo
Short - eMailTo ENUM
- A flag to indicate to whom a note or update should be emailed.
Returns
- Boolean
- True if successful, false on failure.
Remarks
The method is used to assign a NetOps user to follow up on the specific
Interconnect Request.
Requires NetOps authorization.
Example
| Visual Basic |
[insert code sample] |
EventID: 4011
See Also
Users
& Authorization Levels
Interconnects
© 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. |
|