ITicketUserAdapterManagerGetOrCreateTicketUsers Method |
[This is preliminary documentation and is subject to change.]
Retrieves or creates ticket user abstractions for adapters and ids
Namespace: Netadmin.Management.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<ITicketUser> GetOrCreateTicketUsers(
IEnumerable<KeyValuePair<string, long>> adapterAndIds
)
Function GetOrCreateTicketUsers (
adapterAndIds As IEnumerable(Of KeyValuePair(Of String, Long))
) As IEnumerable(Of ITicketUser)
Parameters
- adapterAndIds
- Type: System.Collections.GenericIEnumerableKeyValuePairString, Int64
Key-Value pairs consisting of adaptername and adapterid
Return Value
Type:
IEnumerableITicketUserThe requested ticket users
See Also