Code:
/ 4.0 / 4.0 / 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. 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
- ToolboxDataAttribute.cs
- XPathMessageContext.cs
- RegexRunner.cs
- TableProviderWrapper.cs
- MouseEvent.cs
- BuildResult.cs
- SrgsElementFactory.cs
- AnnotationDocumentPaginator.cs
- WrapperEqualityComparer.cs
- CodeTryCatchFinallyStatement.cs
- PlatformNotSupportedException.cs
- BinarySerializer.cs
- UnknownBitmapDecoder.cs
- Funcletizer.cs
- FixedSOMPageConstructor.cs
- OracleCommand.cs
- DbTransaction.cs
- GeometryConverter.cs
- MenuItemCollection.cs
- SafeArrayTypeMismatchException.cs
- CompiledXpathExpr.cs
- odbcmetadatacollectionnames.cs
- WMICapabilities.cs
- RightsManagementUser.cs
- MyContact.cs
- ModelUIElement3D.cs
- TemplateBamlTreeBuilder.cs
- RotateTransform.cs
- OneOf.cs
- ProfileSection.cs
- StateWorkerRequest.cs
- mediaeventargs.cs
- OletxTransactionManager.cs
- DBSchemaTable.cs
- ControlDesigner.cs
- CookieHandler.cs
- precedingquery.cs
- File.cs
- __Error.cs
- EventProviderWriter.cs
- XmlSchemaDocumentation.cs
- ContextQuery.cs
- ScriptManager.cs
- SecurityNegotiationException.cs
- LinkButton.cs
- FrameworkObject.cs
- RightsManagementEncryptionTransform.cs
- SiteMapPathDesigner.cs
- RolePrincipal.cs
- EnumUnknown.cs
- EndpointConfigContainer.cs
- HMACSHA256.cs
- ControlIdConverter.cs
- TextServicesHost.cs
- XmlDownloadManager.cs
- ReversePositionQuery.cs
- OracleParameterBinding.cs
- FunctionDefinition.cs
- DoubleConverter.cs
- VariantWrapper.cs
- InlineCollection.cs
- BaseTemplateBuildProvider.cs
- ItemChangedEventArgs.cs
- Pair.cs
- FieldBuilder.cs
- BamlTreeNode.cs
- HtmlDocument.cs
- WebPartHeaderCloseVerb.cs
- TextTreeUndo.cs
- MethodBody.cs
- XmlSecureResolver.cs
- PriorityChain.cs
- CodeDOMUtility.cs
- DataGridViewTextBoxEditingControl.cs
- TextUtf8RawTextWriter.cs
- DeadCharTextComposition.cs
- FunctionQuery.cs
- OrderingExpression.cs
- AlignmentXValidation.cs
- ConfigXmlSignificantWhitespace.cs
- ZipIOExtraFieldElement.cs
- DataViewManager.cs
- ApplicationException.cs
- NonParentingControl.cs
- VisualBasicSettingsHandler.cs
- XmlUnspecifiedAttribute.cs
- GeneralTransform3DGroup.cs
- ObjectListCommandsPage.cs
- CharacterHit.cs
- ArgumentNullException.cs
- EntityViewContainer.cs
- dataSvcMapFileLoader.cs
- MailWriter.cs
- X509ClientCertificateAuthenticationElement.cs
- Part.cs
- XmlSchemaElement.cs
- Int32CollectionValueSerializer.cs
- versioninfo.cs
- RichTextBoxContextMenu.cs
- AdRotator.cs