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
- ObjectPersistData.cs
- ConsoleEntryPoint.cs
- PathParser.cs
- ToolStripItemRenderEventArgs.cs
- UnitySerializationHolder.cs
- DataServiceRequestOfT.cs
- ItemsControlAutomationPeer.cs
- AnnotationHighlightLayer.cs
- Vector3DIndependentAnimationStorage.cs
- ImageCodecInfo.cs
- SecurityPermission.cs
- XsdDuration.cs
- TabPageDesigner.cs
- TextTreePropertyUndoUnit.cs
- EmptyEnumerable.cs
- ModelPropertyImpl.cs
- SBCSCodePageEncoding.cs
- WindowsListViewGroup.cs
- FrameworkContentElement.cs
- MachineKeySection.cs
- DataGridViewRowConverter.cs
- AccessDataSource.cs
- CodeAttributeArgumentCollection.cs
- EditableRegion.cs
- ConnectionStringsSection.cs
- ProcessHostConfigUtils.cs
- FileVersionInfo.cs
- SqlLiftIndependentRowExpressions.cs
- safemediahandle.cs
- XmlDsigSep2000.cs
- FileVersion.cs
- Label.cs
- RowUpdatedEventArgs.cs
- FormsAuthenticationModule.cs
- EntityDescriptor.cs
- XmlException.cs
- FileDialog_Vista.cs
- GridViewColumn.cs
- FontInfo.cs
- SecurityKeyEntropyMode.cs
- AxParameterData.cs
- MarshalByRefObject.cs
- BitmapEffect.cs
- SerializationObjectManager.cs
- ActionMessageFilter.cs
- TypeLibConverter.cs
- DesignerResources.cs
- ComponentResourceKey.cs
- DesignerContextDescriptor.cs
- SponsorHelper.cs
- JulianCalendar.cs
- SafeNativeMethods.cs
- EntityContainerEntitySet.cs
- DPTypeDescriptorContext.cs
- ValidateNames.cs
- ZoneButton.cs
- ToolStripSeparator.cs
- SortedSet.cs
- FixedSchema.cs
- DocComment.cs
- XhtmlTextWriter.cs
- X509CertificateInitiatorServiceCredential.cs
- SamlConstants.cs
- ViewSimplifier.cs
- TemplateBindingExtension.cs
- InvalidPipelineStoreException.cs
- QueryOpcode.cs
- CategoryGridEntry.cs
- SerializationUtilities.cs
- EndOfStreamException.cs
- Model3DCollection.cs
- Nullable.cs
- DataGridViewEditingControlShowingEventArgs.cs
- CheckedPointers.cs
- DifferencingCollection.cs
- TableCell.cs
- OrderedEnumerableRowCollection.cs
- QueryContinueDragEvent.cs
- ArrayWithOffset.cs
- SimpleWebHandlerParser.cs
- HelloOperation11AsyncResult.cs
- ConnectionManagementElementCollection.cs
- VisualStyleTypesAndProperties.cs
- XsltException.cs
- PackWebRequestFactory.cs
- FileDialogCustomPlace.cs
- DataGridViewRow.cs
- TransactionManager.cs
- AutomationProperties.cs
- DataServiceBehavior.cs
- relpropertyhelper.cs
- SafeLibraryHandle.cs
- Token.cs
- ByteAnimationBase.cs
- AssertFilter.cs
- JapaneseCalendar.cs
- RecognizedWordUnit.cs
- AssemblyAssociatedContentFileAttribute.cs
- DataRowView.cs
- DataColumnMappingCollection.cs