| ContractAnnotationAttribute Constructor (String) |
Namespace: Hangfire.AnnotationsAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public ContractAnnotationAttribute(
[NotNullAttribute] string contract
)
Public Sub New (
<NotNullAttribute> contract As String
)
Parameters
- contract
- Type: SystemString
[Missing <param name="contract"/> documentation for "M:Hangfire.Annotations.ContractAnnotationAttribute.#ctor(System.String)"]
See Also