函数: getProviderLifecycleContext()
getProviderLifecycleContext(
providerId
,containerProviderConnection
):LifecycleContext
它返回提供程序连接的生命周期上下文。如果未找到上下文,则会抛出错误
参数
• providerId: string
提供程序 ID
• containerProviderConnection: ContainerProviderConnection
用于检索生命周期上下文的连接
返回
生命周期上下文
抛出
如果未找到具有该 ID 的提供程序,或者没有与之关联的上下文。