Class RedisMinioStoreJob
Inheritance
System.Object
RedisMinioStoreJob
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.SmtpListener.Jobs
Assembly: MailHole.SmtpListener.dll
Syntax
public class RedisMinioStoreJob
Constructors
| Improve this Doc View SourceRedisMinioStoreJob(IDatabase)
Declaration
public RedisMinioStoreJob(IDatabase redisDb)
Parameters
Type | Name | Description |
---|---|---|
StackExchange.Redis.IDatabase | redisDb |
Methods
| Improve this Doc View SourceStoreMail(List<String>, String, ReceivedMail)
Declaration
public Task StoreMail(List<string> to, string mailGuid, ReceivedMail receivedMail)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | to | |
System.String | mailGuid | |
ReceivedMail | receivedMail |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |