IAsyncImapClient.NoopAsync

IAsyncImapClient.NoopAsync method

‘No operation’ command

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

Return Value

Task object, with delegate for this operation

See Also