IProfferAsyncService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一种方法来注册可异步检索的服务的提供程序。 类似于 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) |
撤消异步服务。 |