PSWorkflowJob.ResumeBookmark 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.
Overloads
ResumeBookmark(Bookmark, Object) |
ResumeBookmark |
ResumeBookmark(Bookmark, Boolean, PowerShellStreams<PSObject,PSObject>) |
ResumeBookmark |
ResumeBookmark(Bookmark, Boolean, PowerShellStreams<PSObject,PSObject>, Exception) |
ResumeBookmark |
ResumeBookmark(Bookmark, Object)
ResumeBookmark
public:
void ResumeBookmark(System::Activities::Bookmark ^ bookmark, System::Object ^ state);
public void ResumeBookmark (System.Activities.Bookmark bookmark, object state);
member this.ResumeBookmark : System.Activities.Bookmark * obj -> unit
Public Sub ResumeBookmark (bookmark As Bookmark, state As Object)
Parameters
- bookmark
- Bookmark
- state
- Object
Applies to
ResumeBookmark(Bookmark, Boolean, PowerShellStreams<PSObject,PSObject>)
ResumeBookmark
public:
void ResumeBookmark(System::Activities::Bookmark ^ bookmark, bool supportDisconnectedStreams, System::Management::Automation::PowerShellStreams<System::Management::Automation::PSObject ^, System::Management::Automation::PSObject ^> ^ streams);
public void ResumeBookmark (System.Activities.Bookmark bookmark, bool supportDisconnectedStreams, System.Management.Automation.PowerShellStreams<System.Management.Automation.PSObject,System.Management.Automation.PSObject> streams);
member this.ResumeBookmark : System.Activities.Bookmark * bool * System.Management.Automation.PowerShellStreams<System.Management.Automation.PSObject, System.Management.Automation.PSObject> -> unit
Public Sub ResumeBookmark (bookmark As Bookmark, supportDisconnectedStreams As Boolean, streams As PowerShellStreams(Of PSObject, PSObject))
Parameters
- bookmark
- Bookmark
- supportDisconnectedStreams
- Boolean
- streams
- PowerShellStreams<PSObject,PSObject>
Applies to
ResumeBookmark(Bookmark, Boolean, PowerShellStreams<PSObject,PSObject>, Exception)
ResumeBookmark
public:
void ResumeBookmark(System::Activities::Bookmark ^ bookmark, bool supportDisconnectedStreams, System::Management::Automation::PowerShellStreams<System::Management::Automation::PSObject ^, System::Management::Automation::PSObject ^> ^ streams, Exception ^ exception);
public void ResumeBookmark (System.Activities.Bookmark bookmark, bool supportDisconnectedStreams, System.Management.Automation.PowerShellStreams<System.Management.Automation.PSObject,System.Management.Automation.PSObject> streams, Exception exception);
member this.ResumeBookmark : System.Activities.Bookmark * bool * System.Management.Automation.PowerShellStreams<System.Management.Automation.PSObject, System.Management.Automation.PSObject> * Exception -> unit
Public Sub ResumeBookmark (bookmark As Bookmark, supportDisconnectedStreams As Boolean, streams As PowerShellStreams(Of PSObject, PSObject), exception As Exception)
Parameters
- bookmark
- Bookmark
- supportDisconnectedStreams
- Boolean
- streams
- PowerShellStreams<PSObject,PSObject>
- exception
- Exception