Share via


IVsWCFReferenceGroup.Reload Method

Reloads a Windows Communication Foundation (WCF) service reference group object.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'Declaration
Sub Reload
void Reload()
void Reload()
abstract Reload : unit -> unit
function Reload()

Implements

IVsWCFObject.Reload()

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.

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroup Interface

Reload Overload

Microsoft.VisualStudio.WCFReference.Interop Namespace