Workflow.BookmarkCallback Property
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.
Gets the callback method called when the workflow is resumed.
public:
property System::Activities::BookmarkCallback ^ BookmarkCallback { System::Activities::BookmarkCallback ^ get(); };
[System.ComponentModel.Description("Bookmark callback method called when a bookmark is resumed.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.BookmarkCallback BookmarkCallback { get; }
[<System.ComponentModel.Description("Bookmark callback method called when a bookmark is resumed.")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
member this.BookmarkCallback : System.Activities.BookmarkCallback
Public ReadOnly Property BookmarkCallback As BookmarkCallback
Property Value
The callback method called when the workflow is resumed.
- Attributes