TenantResolvedNotification

Notification raised when a tenant was resolved.

Namespace:
KpokPatagon.AspNet.Multitenancy.Notifications
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Constructors

TenantResolvedNotification

Initializes a new instance of the tenant resolved notification.

Signature:
public Void TenantResolvedNotification(context, options)
Parameters
Name Type Summary
context HttpContext The HttpContext.
options TenantResolverOptions<TTenant, TTenantId> Tenant resolver configuration.

Properties

IsRequestHandled

Whether the request is handled and the middleware pipeline must be short cutted.

Signature:
public Boolean IsRequestHandled { get; set; }

Tenant

Resolved tenant.

Signature:
public TTenant Tenant { get; set; }