WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption 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.
Schedules a Bookmark resumption.
Overloads
ScheduleBookmarkResumption(Bookmark, Object) |
Schedules a bookmark resumption with the specified value. |
ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope) |
Schedules a Bookmark resumption from the specified BookmarkScope. |
ScheduleBookmarkResumption(Bookmark, Object)
Schedules a bookmark resumption with the specified value.
public:
System::Activities::BookmarkResumptionResult ScheduleBookmarkResumption(System::Activities::Bookmark ^ bookmark, System::Object ^ value);
public System.Activities.BookmarkResumptionResult ScheduleBookmarkResumption (System.Activities.Bookmark bookmark, object value);
member this.ScheduleBookmarkResumption : System.Activities.Bookmark * obj -> System.Activities.BookmarkResumptionResult
Public Function ScheduleBookmarkResumption (bookmark As Bookmark, value As Object) As BookmarkResumptionResult
Parameters
- bookmark
- Bookmark
The bookmark to resume.
Returns
One of the enumeration values that indicates the result of a Bookmark scheduling operation.
Applies to
ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)
Schedules a Bookmark resumption from the specified BookmarkScope.
public:
System::Activities::BookmarkResumptionResult ScheduleBookmarkResumption(System::Activities::Bookmark ^ bookmark, System::Object ^ value, System::Activities::BookmarkScope ^ scope);
public System.Activities.BookmarkResumptionResult ScheduleBookmarkResumption (System.Activities.Bookmark bookmark, object value, System.Activities.BookmarkScope scope);
member this.ScheduleBookmarkResumption : System.Activities.Bookmark * obj * System.Activities.BookmarkScope -> System.Activities.BookmarkResumptionResult
Public Function ScheduleBookmarkResumption (bookmark As Bookmark, value As Object, scope As BookmarkScope) As BookmarkResumptionResult
Parameters
- bookmark
- Bookmark
The bookmark to resume.
- scope
- BookmarkScope
Returns
One of the enumeration values that indicates the result of a Bookmark scheduling operation.