Share via


IVsWCFReferenceGroup.Reload Method

Definition

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.

Applies to