Class HangfireOptions
Inheritance
System.Object
HangfireOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MailHole.Common.Model.Options
Assembly: MailHole.Common.dll
Syntax
public class HangfireOptions
Properties
| Improve this Doc View SourceRedisConnectionString
Declaration
public string RedisConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RedisDatabaseIndex
Declaration
public ushort RedisDatabaseIndex { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
RedisPrefix
Declaration
public string RedisPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |