Click or drag to resize
TicketUserAdapterManagerExtensionsGetOrCreateTicketUsers Method

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

Retrieves or creates a ticket user abstraction for given adapter and id

Namespace: Netadmin.Management.Common.Extensions
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static ITicketUser GetOrCreateTicketUsers(
	this ITicketUserAdapterManager manager,
	string adapterName,
	long adapterId
)

Parameters

manager
Type: Netadmin.Management.TicketingITicketUserAdapterManager
An instance of ITicketUserAdapterManager
adapterName
Type: SystemString
The name of the user adapter
adapterId
Type: SystemInt64
The id within the adapter

Return Value

Type: ITicketUser

[Missing <returns> documentation for "M:Netadmin.Management.Common.Extensions.TicketUserAdapterManagerExtensions.GetOrCreateTicketUsers(Netadmin.Management.Ticketing.ITicketUserAdapterManager,System.String,System.Int64)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITicketUserAdapterManager. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also