Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TreeViewItem.cs
- SocketManager.cs
- ButtonChrome.cs
- DataBinder.cs
- WindowsListViewItem.cs
- CodeComment.cs
- DataGridViewImageColumn.cs
- DebuggerAttributes.cs
- documentation.cs
- HostedElements.cs
- ViewEventArgs.cs
- EmulateRecognizeCompletedEventArgs.cs
- XhtmlBasicTextViewAdapter.cs
- SharedUtils.cs
- SmiEventSink_Default.cs
- TypeConverterAttribute.cs
- XmlFileEditor.cs
- WizardPanelChangingEventArgs.cs
- SafeFileMapViewHandle.cs
- NotifyCollectionChangedEventArgs.cs
- PathSegment.cs
- DateTimeConverter2.cs
- CodeAccessSecurityEngine.cs
- mactripleDES.cs
- WebBrowsableAttribute.cs
- SQLDateTime.cs
- CustomErrorsSectionWrapper.cs
- EventBuilder.cs
- SchemaComplexType.cs
- MSHTMLHost.cs
- DataObjectFieldAttribute.cs
- OracleRowUpdatedEventArgs.cs
- TextHintingModeValidation.cs
- RtfFormatStack.cs
- PenThreadWorker.cs
- ImageAttributes.cs
- DocumentGrid.cs
- ColumnTypeConverter.cs
- SqlTypesSchemaImporter.cs
- StaticFileHandler.cs
- SecurityRuntime.cs
- WpfWebRequestHelper.cs
- DataObjectSettingDataEventArgs.cs
- SimpleWebHandlerParser.cs
- DefaultObjectMappingItemCollection.cs
- ConsoleCancelEventArgs.cs
- StreamGeometryContext.cs
- ListBox.cs
- DistinctQueryOperator.cs
- PointAnimationClockResource.cs
- Glyph.cs
- DurableMessageDispatchInspector.cs
- CopyAttributesAction.cs
- StrongNameMembershipCondition.cs
- TypeName.cs
- MsmqIntegrationChannelListener.cs
- MonitorWrapper.cs
- GlyphRunDrawing.cs
- BitmapData.cs
- AttachmentCollection.cs
- NonClientArea.cs
- DebugController.cs
- ControlDesignerState.cs
- ThicknessAnimationUsingKeyFrames.cs
- IODescriptionAttribute.cs
- XamlInt32CollectionSerializer.cs
- Application.cs
- CacheAxisQuery.cs
- Thumb.cs
- ProxyFragment.cs
- OleDbSchemaGuid.cs
- sqlnorm.cs
- RijndaelManagedTransform.cs
- TemplateParser.cs
- ConfigurationValues.cs
- WebPartDescription.cs
- BuildManager.cs
- ContainerAction.cs
- ConfigurationManagerHelper.cs
- ContentTextAutomationPeer.cs
- RemotingConfigParser.cs
- SecurityTokenValidationException.cs
- StatusBar.cs
- DataGridColumnFloatingHeader.cs
- DbParameterHelper.cs
- ToolboxDataAttribute.cs
- SchemaCollectionPreprocessor.cs
- KeyToListMap.cs
- WeakReferenceList.cs
- QueryCacheKey.cs
- DbMetaDataColumnNames.cs
- SecurityPolicySection.cs
- HMACSHA384.cs
- RemoteWebConfigurationHost.cs
- HScrollProperties.cs
- BindingExpression.cs
- DynamicMethod.cs
- PropertyValueChangedEvent.cs
- SliderAutomationPeer.cs
- Set.cs