Do the actual validation. Validate will call this method if validation is required for this initialization according to the ValidationInterval setting and whether validation has already succeeded for the session.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Sub PerformValidation() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GISResourceBase
instance.PerformValidation() |
C# | |
---|
public virtual void PerformValidation() |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also