ISfcDiscoverObject Interface

Definition

The ISfcDiscoverObject interface is implemented on all SfcInstanced-derived objects and is used to ask an individual object to report all known relationships in or out of the object for the dependency discovery engine. The object will automatically be marked as discovered by the dependency system upon return.

public interface ISfcDiscoverObject
type ISfcDiscoverObject = interface
Public Interface ISfcDiscoverObject
Derived

Methods

Discover(ISfcDependencyDiscoveryObjectSink)

Allow the object to indicate relationships for dependency discovery requests via the passed sink.

Applies to