2 overrides of OnBeginResumeBookmark
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
2682
protected internal override IAsyncResult
OnBeginResumeBookmark
(Bookmark bookmark, object value, TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
1715
protected override IAsyncResult
OnBeginResumeBookmark
(Bookmark bookmark, object value, TimeSpan timeout, AsyncCallback callback, object state)
2 references to OnBeginResumeBookmark
System.Activities (2)
System\Activities\Hosting\WorkflowInstanceProxy.cs (1)
44
return this.instance.
OnBeginResumeBookmark
(bookmark, value, timeout, callback, state);
System\Activities\Runtime\ActivityExecutor.cs (1)
2642
return this.host.
OnBeginResumeBookmark
(bookmark, value, timeout, callback, state);