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

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.

Applies to