Pop3Client.CommitDeletesAsync
Contents
[
Hide
]CommitDeletesAsync(int)
Commit the deletions
public Task CommitDeletesAsync(int sleep)
Parameter | Type | Description |
---|---|---|
sleep | Int32 | Timeout in milliseconds |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
CommitDeletesAsync(IConnection)
Commit the deletions
public Task CommitDeletesAsync(IConnection connection)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
CommitDeletesAsync()
Commit the deletions
public Task CommitDeletesAsync()
Return Value
Task object, with delegate for this operation
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
CommitDeletesAsync(int, CancellationToken)
Commit the deletions
public Task CommitDeletesAsync(int sleep, CancellationToken token)
Parameter | Type | Description |
---|---|---|
sleep | Int32 | Timeout in milliseconds |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
CommitDeletesAsync(IConnection, CancellationToken)
Commit the deletions
public Task CommitDeletesAsync(IConnection connection, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
CommitDeletesAsync(CancellationToken)
Commit the deletions
public Task CommitDeletesAsync(CancellationToken token)
Parameter | Type | Description |
---|---|---|
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email