Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / StreamUpdate.cs / 1305376 / StreamUpdate.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // // Tracks updates to a stream. // internal class StreamUpdate { private string _newStreamname; private bool _writeCompleted; internal StreamUpdate(string newStreamname) { _newStreamname = newStreamname; } // desired new stream name internal string NewStreamname { get {return _newStreamname;} } // indicates whether the change from the old stream name // to the new stream name has been completed. internal bool WriteCompleted { get {return _writeCompleted;} set {_writeCompleted = value;} } } } // 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
- WindowsGraphicsCacheManager.cs
- AlternateView.cs
- HttpServerUtilityWrapper.cs
- SafeFileHandle.cs
- MenuBase.cs
- xmlfixedPageInfo.cs
- TreeViewCancelEvent.cs
- ComponentRenameEvent.cs
- ProfileGroupSettingsCollection.cs
- ReadOnlyHierarchicalDataSource.cs
- OleDbParameterCollection.cs
- SQLInt32Storage.cs
- AVElementHelper.cs
- ColorConverter.cs
- parserscommon.cs
- ServiceNameElementCollection.cs
- KeysConverter.cs
- XPathMessageContext.cs
- HttpProfileBase.cs
- WindowsIPAddress.cs
- SqlFunctionAttribute.cs
- BitmapEffect.cs
- DotAtomReader.cs
- VariableBinder.cs
- CapabilitiesAssignment.cs
- MetadataItem.cs
- MethodBuilderInstantiation.cs
- EventMetadata.cs
- LambdaCompiler.Statements.cs
- EraserBehavior.cs
- ListViewHitTestInfo.cs
- DockingAttribute.cs
- AppSettingsExpressionEditor.cs
- ScrollItemPattern.cs
- PrintControllerWithStatusDialog.cs
- CharKeyFrameCollection.cs
- EmptyImpersonationContext.cs
- Light.cs
- SoapFault.cs
- HttpListenerRequest.cs
- StyleBamlRecordReader.cs
- CustomTypeDescriptor.cs
- InkPresenter.cs
- CurrentTimeZone.cs
- DataGridHeaderBorder.cs
- ToolStripRenderer.cs
- ListViewItem.cs
- ChunkedMemoryStream.cs
- FlagPanel.cs
- DbBuffer.cs
- FutureFactory.cs
- SQLByteStorage.cs
- RevocationPoint.cs
- Select.cs
- ServiceManagerHandle.cs
- SubordinateTransaction.cs
- ResourceReferenceExpressionConverter.cs
- RelationshipDetailsRow.cs
- PageEventArgs.cs
- TimeSpanOrInfiniteValidator.cs
- MergeFilterQuery.cs
- XmlnsDefinitionAttribute.cs
- InternalCache.cs
- AppSettingsExpressionEditor.cs
- ObjectPersistData.cs
- MouseButtonEventArgs.cs
- XamlTreeBuilder.cs
- DiscoveryMessageSequenceGenerator.cs
- recordstatefactory.cs
- ImportStoreException.cs
- XmlNullResolver.cs
- PrintDialog.cs
- ChtmlTextWriter.cs
- GridViewRow.cs
- ManualResetEvent.cs
- SymbolTable.cs
- InputScope.cs
- UDPClient.cs
- DefaultObjectMappingItemCollection.cs
- HttpModule.cs
- HttpHeaderCollection.cs
- HtmlTableRowCollection.cs
- SqlServices.cs
- SecurityManager.cs
- SoapRpcServiceAttribute.cs
- AxParameterData.cs
- SqlCharStream.cs
- SafeSecurityHandles.cs
- RegexCapture.cs
- Base64Stream.cs
- HtmlEncodedRawTextWriter.cs
- Italic.cs
- Win32Interop.cs
- FontStretch.cs
- Attributes.cs
- FlowLayout.cs
- HttpsChannelFactory.cs
- FillErrorEventArgs.cs
- sitestring.cs
- TableLayoutColumnStyleCollection.cs