JAMS Developer Guide
ResumeCommandBookmark Method (ISupportCommands)


MVPSI.JAMS.Activities Namespace > ISupportCommands Interface : ResumeCommandBookmark Method
A bookmark callback that handles resuming from a Hold.
Syntax
'Declaration
 
Sub ResumeCommandBookmark( _
   ByVal context As System.Activities.NativeActivityContext, _
   ByVal bookmark As System.Activities.Bookmark, _
   ByVal state As System.Object _
) 
'Usage
 
Dim instance As ISupportCommands
Dim context As System.Activities.NativeActivityContext
Dim bookmark As System.Activities.Bookmark
Dim state As System.Object
 
instance.ResumeCommandBookmark(context, bookmark, state)
void ResumeCommandBookmark( 
   System.Activities.NativeActivityContext context,
   System.Activities.Bookmark bookmark,
   System.object state
)

Parameters

context
bookmark
state
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISupportCommands Interface
ISupportCommands Members