ILightBulbBroker Interface
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.
Important
This API is not CLS-compliant.
Represents a LightBulb broker, which is globally responsible for managing ILightBulbSessions.
public interface class ILightBulbBroker
public interface class ILightBulbBroker
__interface ILightBulbBroker
[System.CLSCompliant(false)]
public interface ILightBulbBroker
public interface ILightBulbBroker
[<System.CLSCompliant(false)>]
type ILightBulbBroker = interface
type ILightBulbBroker = interface
Public Interface ILightBulbBroker
- Derived
- Attributes
Remarks
This is a MEF component, and should be imported as follows: [Import] ILightBulbBroker lightBulbBroker = null;