IVsWCFReferenceGroup.Reload Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reloads a Windows Communication Foundation (WCF) service reference group object.
public:
void Reload();
public:
void Reload();
void Reload();
public void Reload ();
abstract member Reload : unit -> unit
Public Sub Reload ()
Implements
Remarks
In cases where WCF reference data is updated externally, for example by changing the files on disk directly, objects may become invalid. You can make sure that objects are in sync with files on disk by calling the Reload method.