JobStoreSupportLogWarnIfNonZero Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.LogWarnIfNonZero(System.Int32,System.String)"]

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

C#
protected virtual void LogWarnIfNonZero(
	int val,
	string warning
)

Parameters

val
Type: SystemInt32

[Missing <param name="val"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.LogWarnIfNonZero(System.Int32,System.String)"]

warning
Type: SystemString

[Missing <param name="warning"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.LogWarnIfNonZero(System.Int32,System.String)"]

See Also

Reference