SmtpServer.Protocol.SmtpCommand.ExecuteAsync C# (CSharp) Method

ExecuteAsync() public abstract method

Execute the command.
public abstract ExecuteAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task
context ISmtpSessionContext The execution context to operate on.
cancellationToken System.Threading.CancellationToken The cancellation token.
return Task
        public abstract Task ExecuteAsync(ISmtpSessionContext context, CancellationToken cancellationToken);
    }
SmtpCommand