EmailValidator.EndValidate
EmailValidator.EndValidate method
Ends an asynchronous validating process for an email address.
public void EndValidate(out ValidationResult validationResult, IAsyncResult asyncResult)
| Parameter | Type | Description |
|---|---|---|
| validationResult | ValidationResult& | The result of the validating process. |
| asyncResult | IAsyncResult | An IAsyncResult that stores state information and any user defined data for this asynchronous operation. |
See Also
- class ValidationResult
- class EmailValidator
- namespace Aspose.Email.Tools.Verifications
- assembly Aspose.Email