SmtpClient.NoopAsync

NoopAsync(IConnection)

‘No operation’ command

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

Return Value

Task object, with delegate for this operation

See Also


NoopAsync()

‘No operation’ command

public Task NoopAsync()

Return Value

Task object, with delegate for this operation

See Also


NoopAsync(IConnection, CancellationToken)

‘No operation’ command

public Task NoopAsync(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


NoopAsync(CancellationToken)

‘No operation’ command

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

Return Value

Task object, with delegate for this operation

See Also