DbMetadataFactoryGetProviderNames Method

Quartz.NET 3.0 API Documentation
Gets the supported provider names.

Namespace:  Quartz.Impl.AdoJobStore.Common
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public abstract IReadOnlyCollection<string> GetProviderNames()

Return Value

Type: IReadOnlyCollectionString
The enumeration of the supported provider names
See Also

Reference