Interface IEventDataMayHaveTenantId
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public interface IEventDataMayHaveTenantId
Methods
IsMultiTenant(out Guid?)
Declaration
bool IsMultiTenant(out Guid? tenantId)
Parameters
Type | Name | Description |
---|---|---|
Guid? | tenantId |
Returns
Type | Description |
---|---|
bool |