IExportedBrokeredService 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.
An interface that must be implemented by a brokered service that is exported to MEF via the ExportBrokeredServiceAttribute.
public interface IExportedBrokeredService
type IExportedBrokeredService = interface
Public Interface IExportedBrokeredService
Properties
Descriptor |
Gets the ServiceRpcDescriptor to be used when activating the service. |
Methods
InitializeAsync(CancellationToken) |
Initializes the brokered service before returning the new instance to its client. |