PSWorkflowInstanceExtension Class
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.
Defining resuming extension.
public ref class PSWorkflowInstanceExtension : System::Activities::Hosting::IWorkflowInstanceExtension
public class PSWorkflowInstanceExtension : System.Activities.Hosting.IWorkflowInstanceExtension
type PSWorkflowInstanceExtension = class
interface IWorkflowInstanceExtension
Public Class PSWorkflowInstanceExtension
Implements IWorkflowInstanceExtension
- Inheritance
-
PSWorkflowInstanceExtension
- Implements
Constructors
PSWorkflowInstanceExtension() |
Methods
BeginResumeBookmark(Bookmark, Object, AsyncCallback, Object) |
Begin resuming book mark. |
EndResumeBookmark(IAsyncResult) |
End resuming bookmark. |
GetAdditionalExtensions() |
Get all additional extensions. |
SetInstance(WorkflowInstanceProxy) |
Set the instance of the worfkow. |