Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / WasHosting / System / ServiceModel / WasHosting / MsmqIntegrationProcessProtocolHandler.cs / 1305376 / MsmqIntegrationProcessProtocolHandler.cs
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------------- namespace System.ServiceModel.WasHosting { using System.Diagnostics.CodeAnalysis; using System.Runtime; using System.Runtime.InteropServices; using System.ServiceModel.Channels; using System.ServiceModel.Activation; using System.Web.Hosting; [SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUninstantiatedInternalClasses, Justification = "Instantiated by ASP.NET")] class MsmqIntegrationProcessProtocolHandler : BaseProcessProtocolHandler { public MsmqIntegrationProcessProtocolHandler() : base(MsmqUri.FormatNameAddressTranslator.Scheme) { } internal override void HandleStartListenerChannelError(IListenerChannelCallback listenerChannelCallback, Exception ex) { listenerChannelCallback.ReportStarted(); listenerChannelCallback.ReportStopped(Marshal.GetHRForException(ex)); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------------- namespace System.ServiceModel.WasHosting { using System.Diagnostics.CodeAnalysis; using System.Runtime; using System.Runtime.InteropServices; using System.ServiceModel.Channels; using System.ServiceModel.Activation; using System.Web.Hosting; [SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUninstantiatedInternalClasses, Justification = "Instantiated by ASP.NET")] class MsmqIntegrationProcessProtocolHandler : BaseProcessProtocolHandler { public MsmqIntegrationProcessProtocolHandler() : base(MsmqUri.FormatNameAddressTranslator.Scheme) { } internal override void HandleStartListenerChannelError(IListenerChannelCallback listenerChannelCallback, Exception ex) { listenerChannelCallback.ReportStarted(); listenerChannelCallback.ReportStopped(Marshal.GetHRForException(ex)); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Literal.cs
- ManagedFilter.cs
- Console.cs
- cryptoapiTransform.cs
- RowToFieldTransformer.cs
- TextSerializer.cs
- QuarticEase.cs
- WebPartAddingEventArgs.cs
- GridViewCommandEventArgs.cs
- OpCellTreeNode.cs
- WebPartCloseVerb.cs
- DynamicRendererThreadManager.cs
- XomlCompiler.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- TraceFilter.cs
- ProfileModule.cs
- XmlQualifiedName.cs
- GetCertificateRequest.cs
- ToolStripGripRenderEventArgs.cs
- ContentTextAutomationPeer.cs
- XPathAncestorIterator.cs
- _OverlappedAsyncResult.cs
- ListViewDesigner.cs
- TrackingMemoryStream.cs
- uribuilder.cs
- ComplexTypeEmitter.cs
- SynchronizationScope.cs
- ProjectionPlan.cs
- ObjectDataProvider.cs
- nulltextcontainer.cs
- SelectingProviderEventArgs.cs
- contentDescriptor.cs
- DockAndAnchorLayout.cs
- DesignColumnCollection.cs
- UserPreferenceChangingEventArgs.cs
- XMLSchema.cs
- DocumentPageViewAutomationPeer.cs
- ControlCollection.cs
- SiteMapNodeCollection.cs
- Errors.cs
- ToolStripComboBox.cs
- Pen.cs
- CodeSnippetCompileUnit.cs
- BackEase.cs
- Solver.cs
- StorageScalarPropertyMapping.cs
- PerfCounters.cs
- SafeArrayRankMismatchException.cs
- AddInContractAttribute.cs
- JournalEntryListConverter.cs
- XmlSchemaException.cs
- CollectionChangeEventArgs.cs
- URLMembershipCondition.cs
- SystemResourceKey.cs
- SiteMapNode.cs
- ConfigUtil.cs
- EdmProviderManifest.cs
- SspiSafeHandles.cs
- ColumnReorderedEventArgs.cs
- PathSegmentCollection.cs
- Collection.cs
- CharConverter.cs
- validationstate.cs
- BufferBuilder.cs
- ViewStateException.cs
- NonSerializedAttribute.cs
- WriteableBitmap.cs
- HtmlLink.cs
- Size.cs
- DataKeyCollection.cs
- XpsFixedDocumentReaderWriter.cs
- LocalizedNameDescriptionPair.cs
- UnaryQueryOperator.cs
- XsltContext.cs
- RangeValuePatternIdentifiers.cs
- OneOfScalarConst.cs
- Codec.cs
- HtmlControl.cs
- ProfileServiceManager.cs
- RootBrowserWindowAutomationPeer.cs
- PointLightBase.cs
- ImageSource.cs
- TransactionsSectionGroup.cs
- FixUp.cs
- SafeRightsManagementQueryHandle.cs
- ManualResetEvent.cs
- ImageListDesigner.cs
- Application.cs
- WebRequestModuleElement.cs
- DataTrigger.cs
- AnimationClockResource.cs
- HttpConfigurationSystem.cs
- XmlBindingWorker.cs
- DESCryptoServiceProvider.cs
- mongolianshape.cs
- ColorContext.cs
- BulletDecorator.cs
- SchemaEntity.cs
- HandleCollector.cs
- PublisherIdentityPermission.cs