Click or drag to resize
ContractAnnotationAttribute Constructor (String)
Initializes a new instance of the ContractAnnotationAttribute class

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public ContractAnnotationAttribute(
	[NotNullAttribute] string contract
)

Parameters

contract
Type: SystemString

[Missing <param name="contract"/> documentation for "M:Hangfire.Annotations.ContractAnnotationAttribute.#ctor(System.String)"]

See Also