AgentNotificationExtensions.OnAgenticUserIdentityUpdatedNotification Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers a handler for agentic user identity updated lifecycle notifications.
public static void OnAgenticUserIdentityUpdatedNotification(this Microsoft.Agents.Builder.App.AgentApplication app, Microsoft.Agents.A365.Notifications.Extensions.AgentNotificationHandler routeHandler, ushort rank = 32767, string[] autoSignInHandlers = default);
static member OnAgenticUserIdentityUpdatedNotification : Microsoft.Agents.Builder.App.AgentApplication * Microsoft.Agents.A365.Notifications.Extensions.AgentNotificationHandler * uint16 * string[] -> unit
<Extension()>
Public Sub OnAgenticUserIdentityUpdatedNotification (app As AgentApplication, routeHandler As AgentNotificationHandler, Optional rank As UShort = 32767, Optional autoSignInHandlers As String() = Nothing)
Parameters
- app
- AgentApplication
The agent application to extend.
- routeHandler
- AgentNotificationHandler
The handler to invoke when a notification is received.
- rank
- UInt16
The route priority rank (default is 32767).
- autoSignInHandlers
- String[]
Optional array of auto sign-in handlers.