Share via


IExportedBrokeredService Interface

Definition

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

Name Description
Descriptor

Gets the ServiceRpcDescriptor to be used when activating the service.

Methods

Name Description
InitializeAsync(CancellationToken)

Initializes the brokered service before returning the new instance to its client.

Applies to