SqlWorkflowPersistenceService.LoadWorkflowInstanceState(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the specified workflow instance state from the database.
protected public:
override System::Workflow::ComponentModel::Activity ^ LoadWorkflowInstanceState(Guid id);
protected internal override System.Workflow.ComponentModel.Activity LoadWorkflowInstanceState (Guid id);
override this.LoadWorkflowInstanceState : Guid -> System.Workflow.ComponentModel.Activity
Protected Friend Overrides Function LoadWorkflowInstanceState (id As Guid) As Activity
Parameters
Returns
An Activity that represents the root activity of the workflow instance.
Exceptions
A workflow instance state that matches id
could not be found in the database.
Remarks
LoadWorkflowInstanceState should only be called by the workflow run-time engine.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.