Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / DoneReceivingAsyncResult.cs / 1 / DoneReceivingAsyncResult.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System; class DoneReceivingAsyncResult : CompletedAsyncResult { internal DoneReceivingAsyncResult(AsyncCallback callback, object state) : base(callback, state) { } internal static bool End(DoneReceivingAsyncResult result, out Message message) { message = null; return true; } internal static bool End(DoneReceivingAsyncResult result, out RequestContext requestContext) { requestContext = null; return true; } internal static bool End(DoneReceivingAsyncResult result) { return true; } } } // 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
- ProtectedProviderSettings.cs
- PointAnimationClockResource.cs
- Base64Encoding.cs
- DynamicPropertyReader.cs
- LockRecursionException.cs
- TemplateColumn.cs
- IsolatedStorageSecurityState.cs
- ObjectViewListener.cs
- ImageSourceConverter.cs
- DataGridColumn.cs
- ThicknessAnimation.cs
- SizeAnimationClockResource.cs
- XmlDataSource.cs
- CodeMethodReturnStatement.cs
- XmlSchemaIdentityConstraint.cs
- TreeBuilder.cs
- WebPartHelpVerb.cs
- FormViewInsertedEventArgs.cs
- MetadataItemSerializer.cs
- WebConfigurationHostFileChange.cs
- CutCopyPasteHelper.cs
- ResXBuildProvider.cs
- AssemblyInfo.cs
- KeyToListMap.cs
- SQLInt32Storage.cs
- WebBrowsableAttribute.cs
- EventDescriptor.cs
- ReferentialConstraintRoleElement.cs
- DataControlFieldCollection.cs
- TraceHandler.cs
- ReaderWriterLockWrapper.cs
- TreeSet.cs
- DataGridViewDataErrorEventArgs.cs
- SafeTokenHandle.cs
- OutputCacheSettingsSection.cs
- WindowsSpinner.cs
- DoubleAnimationBase.cs
- SchemaSetCompiler.cs
- TableCell.cs
- XpsFilter.cs
- SystemIcons.cs
- ObjectStateFormatter.cs
- _FixedSizeReader.cs
- AuthStoreRoleProvider.cs
- VisualStyleRenderer.cs
- ToolboxItemAttribute.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- ViewStateModeByIdAttribute.cs
- RootDesignerSerializerAttribute.cs
- AuthenticodeSignatureInformation.cs
- _ListenerAsyncResult.cs
- ChannelServices.cs
- RemotingServices.cs
- CookieParameter.cs
- DataGridViewTextBoxEditingControl.cs
- ForeignConstraint.cs
- TabControlAutomationPeer.cs
- SoapAttributes.cs
- AesCryptoServiceProvider.cs
- Compiler.cs
- PeerNameRecordCollection.cs
- Model3DGroup.cs
- WebServiceMethodData.cs
- XmlSchemaAppInfo.cs
- BufferedWebEventProvider.cs
- _ChunkParse.cs
- CodeGenerationManager.cs
- RequestCachingSection.cs
- ObjectDataSourceSelectingEventArgs.cs
- MediaScriptCommandRoutedEventArgs.cs
- AsyncMethodInvoker.cs
- XmlWriter.cs
- Inline.cs
- ObjectConverter.cs
- TemplateControlCodeDomTreeGenerator.cs
- MDIWindowDialog.cs
- Vector.cs
- XmlBinaryReader.cs
- CodeGenerator.cs
- InitializerFacet.cs
- Page.cs
- ServiceContractListItemList.cs
- BlurBitmapEffect.cs
- StreamGeometryContext.cs
- VisualTreeUtils.cs
- StylusButtonCollection.cs
- TypeUnloadedException.cs
- XamlVector3DCollectionSerializer.cs
- ToolStripDropDownButton.cs
- ListViewCancelEventArgs.cs
- SelectionUIHandler.cs
- ModifierKeysConverter.cs
- ReadonlyMessageFilter.cs
- DbConnectionPoolIdentity.cs
- LateBoundBitmapDecoder.cs
- CompilerResults.cs
- TrackBar.cs
- CompilerWrapper.cs
- ForceCopyBuildProvider.cs
- BasicHttpMessageSecurity.cs