ImapClient.RequestCheckpointAsync
Contents
[
Hide
]RequestCheckpointAsync(IConnection)
Requests a checkpoint of the currently selected mailbox.
public Task RequestCheckpointAsync(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 ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RequestCheckpointAsync()
Requests a checkpoint of the currently selected mailbox.
public Task RequestCheckpointAsync()
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RequestCheckpointAsync(IConnection, CancellationToken)
Requests a checkpoint of the currently selected mailbox.
public Task RequestCheckpointAsync(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 ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RequestCheckpointAsync(CancellationToken)
Requests a checkpoint of the currently selected mailbox.
public Task RequestCheckpointAsync(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 ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email