Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to validate all providers? #26

Closed
AndreaA86 opened this issue Jul 3, 2018 · 4 comments
Closed

How to validate all providers? #26

AndreaA86 opened this issue Jul 3, 2018 · 4 comments
Assignees

Comments

@AndreaA86
Copy link

Hi,
I purchase the All Providers option for BUlkOperations.
I see that if I use the ValidateLincense method() (Z.BulkOperations.LicenseManager class) I can validate a specific provider (e.g. SQLServer).
If I want to validate all providers in a single time I can use the "ProviderType.None" enum value as parameter? Or I must call the ValidateLincense(ProviderType) for each provider?

Thanks
Andrea

@JonathanMagnan JonathanMagnan self-assigned this Jul 3, 2018
@JonathanMagnan
Copy link
Member

Hello @AndreaA86 ,

Unfortunately, there is no "All Providers" validation. You will need to check one by one all providers you use.

However, you only have to validate one really. Since by looking at one provider, you ensure the license has been added correctly which is the most important part. Your license always enables all providers.

Let me know if that answer correctly to your question.

Best Regards,

Jonathan

@AndreaA86
Copy link
Author

Ah ok.
Therefore if I call only ValidateLicense() (SQLServer default), the license enable all included providers.

@JonathanMagnan
Copy link
Member

Exactly ;)

@AndreaA86
Copy link
Author

Perfect.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants