IBatchContainer.ImportRequestContext 方法

定义

IBatchContainer在将此数据发送给使用者之前IBatchContainerRequestContext有机会在 中设置任何数据。 它可以是在生成事件时设置的数据,并排入持久提供程序或其他任何数据。

public bool ImportRequestContext ();
abstract member ImportRequestContext : unit -> bool
Public Function ImportRequestContext () As Boolean

返回

true RequestContext如果 确实修改了 ,则为 ;false否则为 。

适用于