IProfferAsyncService 接口

定义

提供一种方法来注册可异步检索的服务的提供程序。 类似于 IProfferService。 mplementation 必须是自由线程的。

public interface class IProfferAsyncService
public interface class IProfferAsyncService
__interface IProfferAsyncService
public interface IProfferAsyncService
type IProfferAsyncService = interface
Public Interface IProfferAsyncService

方法

GetServiceProgressCallback()

获取用于报告服务加载进度的回调实例。

ProfferAsyncService(Guid, IAsyncServiceProvider)

提供异步服务。

RevokeAsyncService(UInt32)

撤消异步服务。

适用于