XMLSchemaReference.Reload Method

Definition

Reloads a cached document by resolving the hyperlink to the document and downloading it.

public:
 void Reload();
public void Reload ();
abstract member Reload : unit -> unit
Public Sub Reload ()

Remarks

This method reloads the document asynchronously; that is, statements following the Reload method in your procedure may execute before the document is actually reloaded. Because of this, you may get unexpected results from using this method in your code.

Applies to