Click or drag to resize
ITicketUserAdapterManagerGetOrCreateTicketUsers Method

[This is preliminary documentation and is subject to change.]

Retrieves or creates ticket user abstractions for adapters and ids

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<ITicketUser> GetOrCreateTicketUsers(
	IEnumerable<KeyValuePair<string, long>> adapterAndIds
)

Parameters

adapterAndIds
Type: System.Collections.GenericIEnumerableKeyValuePairString, Int64
Key-Value pairs consisting of adaptername and adapterid

Return Value

Type: IEnumerableITicketUser
The requested ticket users
See Also