Pop3Client.CommitDeletesAsync

CommitDeletesAsync(int)

Commit the deletions

public Task CommitDeletesAsync(int sleep)
ParameterTypeDescription
sleepInt32Timeout in milliseconds

Return Value

Task object, with delegate for this operation

See Also


CommitDeletesAsync(IConnection)

Commit the deletions

public Task CommitDeletesAsync(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

Return Value

Task object, with delegate for this operation

See Also


CommitDeletesAsync()

Commit the deletions

public Task CommitDeletesAsync()

Return Value

Task object, with delegate for this operation

See Also


CommitDeletesAsync(int, CancellationToken)

Commit the deletions

public Task CommitDeletesAsync(int sleep, CancellationToken token)
ParameterTypeDescription
sleepInt32Timeout in milliseconds
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Task object, with delegate for this operation

See Also


CommitDeletesAsync(IConnection, CancellationToken)

Commit the deletions

public Task CommitDeletesAsync(IConnection connection, CancellationToken token)
ParameterTypeDescription
connectionIConnectionConnection to a server
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Task object, with delegate for this operation

See Also


CommitDeletesAsync(CancellationToken)

Commit the deletions

public Task CommitDeletesAsync(CancellationToken token)
ParameterTypeDescription
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Task object, with delegate for this operation

See Also