EmailValidator.EndValidate

EmailValidator.EndValidate method

Ends an asynchronous validating process for an email address.

public void EndValidate(out ValidationResult validationResult, IAsyncResult asyncResult)
ParameterTypeDescription
validationResultValidationResult&The result of the validating process.
asyncResultIAsyncResultAn IAsyncResult that stores state information and any user defined data for this asynchronous operation.

See Also