IValidateConnectionInfo CheckValidity Method Isonas .NET Client API Documentation
Attempts to connect in order to validate a configuration

Namespace: Bsw.Isonas.Dotnet.Utilities.Config
Assembly: Bsw.Isonas.Dotnet.Utilities (in Bsw.Isonas.Dotnet.Utilities.dll) Version: 1.2.1.0 (1.2.1)
Syntax

Task<Exception> CheckValidity(
	IIsonasConfiguration info
)

Return Value

Type: OnlineTask OnlineException 
Either an exception if there is a problem or null if no problems exist
See Also