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
- Cursor.cs
- DebugView.cs
- Int64Animation.cs
- PointUtil.cs
- RegexCaptureCollection.cs
- Compensate.cs
- MethodBuilderInstantiation.cs
- UIElement3DAutomationPeer.cs
- Stream.cs
- IriParsingElement.cs
- DrawingGroup.cs
- SoapTypeAttribute.cs
- WpfKnownType.cs
- ListItem.cs
- PointLight.cs
- MobileControlBuilder.cs
- MachineKeySection.cs
- ListChangedEventArgs.cs
- GeneratedCodeAttribute.cs
- DataGridViewIntLinkedList.cs
- PeerNearMe.cs
- RelatedImageListAttribute.cs
- ReferentialConstraint.cs
- DetailsViewRow.cs
- UnsafeNetInfoNativeMethods.cs
- NameSpaceExtractor.cs
- EntityDataSourceViewSchema.cs
- Logging.cs
- HtmlTableRowCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- MergeLocalizationDirectives.cs
- DragEvent.cs
- RenderTargetBitmap.cs
- CodeCommentStatement.cs
- ResourceDisplayNameAttribute.cs
- ToolStripRenderEventArgs.cs
- MessageBox.cs
- AppDomainAttributes.cs
- QilFunction.cs
- ThreadPool.cs
- CodeAttachEventStatement.cs
- SizeKeyFrameCollection.cs
- SqlDataReader.cs
- TypeUtil.cs
- AssociatedControlConverter.cs
- ApplicationTrust.cs
- EntityDataSourceWizardForm.cs
- Panel.cs
- XNodeValidator.cs
- util.cs
- UriWriter.cs
- namescope.cs
- EventDescriptor.cs
- PageBreakRecord.cs
- DataGridViewCellConverter.cs
- TemplateBindingExtension.cs
- FastEncoder.cs
- SafeSecurityHandles.cs
- SafeHandles.cs
- MasterPageParser.cs
- SmtpReplyReaderFactory.cs
- MetadataWorkspace.cs
- TypeUsage.cs
- validationstate.cs
- GridEntryCollection.cs
- DesignTimeParseData.cs
- ImmutableObjectAttribute.cs
- SystemKeyConverter.cs
- HttpRequest.cs
- RectangleGeometry.cs
- XmlNamespaceDeclarationsAttribute.cs
- SafeLibraryHandle.cs
- ParagraphVisual.cs
- FileUpload.cs
- XAMLParseException.cs
- CompilerTypeWithParams.cs
- LongSumAggregationOperator.cs
- AdPostCacheSubstitution.cs
- GlyphInfoList.cs
- DesignerHelpers.cs
- MeasurementDCInfo.cs
- AxHost.cs
- TemplateLookupAction.cs
- ObjectCacheHost.cs
- TreeNode.cs
- IsolatedStorageException.cs
- AnimationClock.cs
- ConnectionPoolManager.cs
- PermissionSetEnumerator.cs
- cookieexception.cs
- UIAgentMonitor.cs
- SingleStorage.cs
- ColorConverter.cs
- CookieProtection.cs
- VideoDrawing.cs
- DataGridViewCellMouseEventArgs.cs
- ImmutableCommunicationTimeouts.cs
- IndependentAnimationStorage.cs
- StateItem.cs
- SqlUdtInfo.cs