PrintWorkflowTriggerDetails.PrintWorkflowSession 属性

定义

获取打印工作流会话对象,该对象应管理触发的后台任务的行为。

public:
 property PrintWorkflowBackgroundSession ^ PrintWorkflowSession { PrintWorkflowBackgroundSession ^ get(); };
PrintWorkflowBackgroundSession PrintWorkflowSession();
public PrintWorkflowBackgroundSession PrintWorkflowSession { get; }
var printWorkflowBackgroundSession = printWorkflowTriggerDetails.printWorkflowSession;
Public ReadOnly Property PrintWorkflowSession As PrintWorkflowBackgroundSession

属性值

单个打印工作流后台会话。

适用于