StdAdoDelegateGetStorableJobTypeName Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.GetStorableJobTypeName(System.Type)"]

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

C#
protected virtual string GetStorableJobTypeName(
	Type jobType
)

Parameters

jobType
Type: SystemType

[Missing <param name="jobType"/> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.GetStorableJobTypeName(System.Type)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.GetStorableJobTypeName(System.Type)"]

See Also

Reference