Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / DebugEngine / IWorkflowDebuggerService.cs / 1305376 / IWorkflowDebuggerService.cs
using System; using System.Workflow.ComponentModel; namespace System.Workflow.Runtime.DebugEngine { public interface IWorkflowDebuggerService { void NotifyHandlerInvoking(Delegate delegateHandler); void NotifyHandlerInvoked(); } internal sealed class WorkflowDebuggerService : IWorkflowDebuggerService { private IWorkflowCoreRuntime coreRuntime; internal WorkflowDebuggerService(IWorkflowCoreRuntime coreRuntime) { if (coreRuntime == null) throw new ArgumentNullException("coreRuntime"); this.coreRuntime = coreRuntime; } void IWorkflowDebuggerService.NotifyHandlerInvoking(Delegate delegateHandler) { this.coreRuntime.RaiseHandlerInvoking(delegateHandler); } void IWorkflowDebuggerService.NotifyHandlerInvoked() { this.coreRuntime.RaiseHandlerInvoked(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlNamespaceManager.cs
- GridPattern.cs
- Variable.cs
- PropertyPath.cs
- Style.cs
- FixedDocumentSequencePaginator.cs
- UIPropertyMetadata.cs
- DecimalAnimationBase.cs
- PackageDigitalSignatureManager.cs
- MultiTrigger.cs
- FileUtil.cs
- DoubleStorage.cs
- BooleanFunctions.cs
- XmlLoader.cs
- LayoutEngine.cs
- StickyNoteAnnotations.cs
- EventProvider.cs
- TextRangeAdaptor.cs
- SecurityContext.cs
- EmptyStringExpandableObjectConverter.cs
- ConfigXmlWhitespace.cs
- WorkflowQueuingService.cs
- fixedPageContentExtractor.cs
- HtmlTableRowCollection.cs
- SimpleFieldTemplateFactory.cs
- SchemaImporterExtension.cs
- HostDesigntimeLicenseContext.cs
- XmlSchemaValidationException.cs
- RulePatternOps.cs
- ServiceInfoCollection.cs
- AttributeCollection.cs
- SqlDeflator.cs
- FtpRequestCacheValidator.cs
- SoapFormatter.cs
- ToolboxDataAttribute.cs
- AggregatePushdown.cs
- FlowDecisionLabelFeature.cs
- CLSCompliantAttribute.cs
- FlagsAttribute.cs
- SamlAuthenticationClaimResource.cs
- CodeActivityMetadata.cs
- SimpleType.cs
- WriterOutput.cs
- Function.cs
- _StreamFramer.cs
- EditorPartChrome.cs
- ServiceInfo.cs
- WebSysDisplayNameAttribute.cs
- ColorContext.cs
- DataSvcMapFile.cs
- UTF32Encoding.cs
- CacheDict.cs
- CryptoStream.cs
- ErrorTableItemStyle.cs
- BlurBitmapEffect.cs
- TakeOrSkipQueryOperator.cs
- CatalogZone.cs
- SmiMetaData.cs
- BitmapEffectInputData.cs
- DesignerLabelAdapter.cs
- OleDbPermission.cs
- Accessible.cs
- odbcmetadatacolumnnames.cs
- HiddenFieldPageStatePersister.cs
- FontSourceCollection.cs
- ResizeGrip.cs
- ContentTextAutomationPeer.cs
- StoreAnnotationsMap.cs
- Variant.cs
- AttributeAction.cs
- TypeUtil.cs
- CheckBoxFlatAdapter.cs
- HttpCookiesSection.cs
- TextClipboardData.cs
- EmptyEnumerator.cs
- LayoutTableCell.cs
- ForwardPositionQuery.cs
- querybuilder.cs
- Light.cs
- HelpInfo.cs
- FastEncoderWindow.cs
- CharStorage.cs
- WindowsContainer.cs
- BoundField.cs
- XmlElementAttributes.cs
- PageWrapper.cs
- State.cs
- FilterEventArgs.cs
- HttpListenerContext.cs
- XmlSchemaFacet.cs
- Mappings.cs
- XPathSelectionIterator.cs
- TypeDescriptionProvider.cs
- PropertyInformationCollection.cs
- OrderedEnumerableRowCollection.cs
- EncryptedPackage.cs
- Marshal.cs
- InputBindingCollection.cs
- FuncCompletionCallbackWrapper.cs
- InvariantComparer.cs