QuartzSchedulerResourcesGetUniqueIdentifier Method (String, String)

Quartz.NET 3.0 API Documentation
Gets the unique identifier.

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

C#
public static string GetUniqueIdentifier(
	string schedName,
	string schedInstId
)

Parameters

schedName
Type: SystemString
Name of the scheduler.
schedInstId
Type: SystemString
The scheduler instance id.

Return Value

Type: String

[Missing <returns> documentation for "M:Quartz.Core.QuartzSchedulerResources.GetUniqueIdentifier(System.String,System.String)"]

See Also

Reference