EmailValidatorEndValidate Method |
Ends an asynchronous validating process for an email address.
Namespace:
Aspose.Email.Tools.Verifications
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public void EndValidate(
out ValidationResult validationResult,
IAsyncResult asyncResult
)
Public Sub EndValidate (
<OutAttribute> ByRef validationResult As ValidationResult,
asyncResult As IAsyncResult
)
public:
void EndValidate(
[OutAttribute] ValidationResult^% validationResult,
IAsyncResult^ asyncResult
)
member EndValidate :
validationResult : ValidationResult byref *
asyncResult : IAsyncResult -> unit
Parameters
- validationResult
- Type: Aspose.Email.Tools.VerificationsValidationResult
The result of the validating process. - asyncResult
- Type: SystemIAsyncResult
An IAsyncResult that stores state information and any user defined data for this asynchronous operation.
See Also