CommitDeletesAsync
Contents
[
Hide
]
Pop3Client.CommitDeletesAsync method (1 of 6)
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
Pop3Client.CommitDeletesAsync method (2 of 6)
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
Pop3Client.CommitDeletesAsync method (3 of 6)
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
Pop3Client.CommitDeletesAsync method (4 of 6)
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
Pop3Client.CommitDeletesAsync method (5 of 6)
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
Pop3Client.CommitDeletesAsync method (6 of 6)
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