Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / MsmqNonTransactedPoisonHandler.cs / 1 / MsmqNonTransactedPoisonHandler.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Channels { sealed class MsmqNonTransactedPoisonHandler : IPoisonHandlingStrategy { MsmqReceiveHelper receiver; internal MsmqNonTransactedPoisonHandler(MsmqReceiveHelper receiver) { this.receiver = receiver; } public void Open() {} public bool CheckAndHandlePoisonMessage(MsmqMessageProperty messageProperty) { return false; } public void FinalDisposition(MsmqMessageProperty messageProperty) { this.receiver.DropOrRejectReceivedMessage(messageProperty, false); } public void Dispose() {} } } // 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
- ServerType.cs
- WebBrowserSiteBase.cs
- CssClassPropertyAttribute.cs
- Visual.cs
- DnsEndpointIdentity.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- TransferMode.cs
- InternalBufferManager.cs
- DesignTimeVisibleAttribute.cs
- BindingCollection.cs
- MeasureData.cs
- EpmCustomContentDeSerializer.cs
- AdornerLayer.cs
- ChangeBlockUndoRecord.cs
- MenuBase.cs
- ResourcesChangeInfo.cs
- AddInAdapter.cs
- X509Utils.cs
- RequestValidator.cs
- NameTable.cs
- DbgCompiler.cs
- CompilerError.cs
- WebPartDescriptionCollection.cs
- ToolStrip.cs
- EditBehavior.cs
- CacheVirtualItemsEvent.cs
- DataGridViewCellCollection.cs
- SqlCrossApplyToCrossJoin.cs
- TextDecorationCollectionConverter.cs
- ControlPaint.cs
- FileDialog.cs
- ProxyAttribute.cs
- IconConverter.cs
- TreeNodeSelectionProcessor.cs
- MemberMaps.cs
- VirtualDirectoryMappingCollection.cs
- MissingMethodException.cs
- UITypeEditor.cs
- DatatypeImplementation.cs
- WsdlServiceChannelBuilder.cs
- AllMembershipCondition.cs
- _DigestClient.cs
- Adorner.cs
- LookupBindingPropertiesAttribute.cs
- HttpWebRequestElement.cs
- EndpointInfoCollection.cs
- DataViewListener.cs
- BinaryObjectReader.cs
- LineInfo.cs
- UrlAuthFailedErrorFormatter.cs
- cookiecontainer.cs
- WindowsGraphics.cs
- NextPreviousPagerField.cs
- ToolStripItemTextRenderEventArgs.cs
- IRCollection.cs
- WebFormDesignerActionService.cs
- MasterPageBuildProvider.cs
- ShaderRenderModeValidation.cs
- ImageButton.cs
- ControlEvent.cs
- DataTableTypeConverter.cs
- TaiwanLunisolarCalendar.cs
- ListControl.cs
- CompoundFileStorageReference.cs
- SerializableAttribute.cs
- _AcceptOverlappedAsyncResult.cs
- VerificationAttribute.cs
- DataGridItemAutomationPeer.cs
- ObjectListComponentEditor.cs
- RuleRef.cs
- Figure.cs
- ContentPresenter.cs
- SymbolDocumentGenerator.cs
- ListViewPagedDataSource.cs
- ResourceManager.cs
- MenuItemStyle.cs
- RsaEndpointIdentity.cs
- PersonalizationStateInfoCollection.cs
- ItemMap.cs
- RectAnimationUsingKeyFrames.cs
- Semaphore.cs
- GifBitmapEncoder.cs
- GeneralTransform3D.cs
- EditingMode.cs
- StaticTextPointer.cs
- HeaderElement.cs
- InvokeSchedule.cs
- TextOptionsInternal.cs
- _NetworkingPerfCounters.cs
- CaseDesigner.xaml.cs
- GridViewCellAutomationPeer.cs
- ProtectedProviderSettings.cs
- NullableConverter.cs
- InitializeCorrelation.cs
- QueryAccessibilityHelpEvent.cs
- MatrixTransform3D.cs
- StrongNameUtility.cs
- WindowsSidIdentity.cs
- Types.cs
- HttpHandlersSection.cs