Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- PartialToken.cs
- DataObject.cs
- EntityTransaction.cs
- TimerElapsedEvenArgs.cs
- EdmType.cs
- DragStartedEventArgs.cs
- TargetException.cs
- TextElementEnumerator.cs
- TabControlEvent.cs
- CompleteWizardStep.cs
- CallbackValidator.cs
- DataRowComparer.cs
- DesignTimeParseData.cs
- BaseHashHelper.cs
- CommonXSendMessage.cs
- RangeExpression.cs
- VectorConverter.cs
- ToolboxItem.cs
- TextShapeableCharacters.cs
- PersonalizationProviderCollection.cs
- OleDbDataReader.cs
- ExpressionBindings.cs
- AppearanceEditorPart.cs
- XPathDocumentNavigator.cs
- HashHelper.cs
- ProjectionCamera.cs
- BitmapSizeOptions.cs
- SendMessageRecord.cs
- EntityTransaction.cs
- TextServicesCompartmentContext.cs
- XmlRawWriter.cs
- WarningException.cs
- FixedPageStructure.cs
- ErrorFormatterPage.cs
- DocumentViewer.cs
- OrderedDictionary.cs
- DigitShape.cs
- StoreItemCollection.Loader.cs
- DbConnectionPoolGroupProviderInfo.cs
- DeleteIndexBinder.cs
- RemotingServices.cs
- MediaContextNotificationWindow.cs
- XmlWriter.cs
- mda.cs
- CatalogZoneBase.cs
- AxParameterData.cs
- Matrix.cs
- TextServicesManager.cs
- RefreshEventArgs.cs
- Visitor.cs
- WebPartTransformerAttribute.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- EventBuilder.cs
- ObjectDataSourceMethodEditor.cs
- RuntimeConfigLKG.cs
- DecoratedNameAttribute.cs
- TextEditorCopyPaste.cs
- TypefaceMap.cs
- InProcStateClientManager.cs
- HostingEnvironmentWrapper.cs
- OdbcTransaction.cs
- SecuritySessionSecurityTokenAuthenticator.cs
- PostBackOptions.cs
- _emptywebproxy.cs
- RetrieveVirtualItemEventArgs.cs
- SudsWriter.cs
- UserControlParser.cs
- DateBoldEvent.cs
- MarkupCompiler.cs
- RefreshPropertiesAttribute.cs
- PermissionToken.cs
- CloudCollection.cs
- MemoryStream.cs
- MailDefinition.cs
- DropSource.cs
- CompositionAdorner.cs
- XmlnsCompatibleWithAttribute.cs
- MetadataItemCollectionFactory.cs
- ResourceContainer.cs
- SQLString.cs
- SemanticResultKey.cs
- StringToken.cs
- EdmSchemaError.cs
- QueryContinueDragEventArgs.cs
- Sentence.cs
- COAUTHIDENTITY.cs
- METAHEADER.cs
- SerializableAttribute.cs
- DynamicObject.cs
- QilLoop.cs
- BindingContext.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- DockAndAnchorLayout.cs
- TemplateNameScope.cs
- InkCanvasAutomationPeer.cs
- MatrixCamera.cs
- LocatorPart.cs
- ConvertersCollection.cs
- SystemDropShadowChrome.cs
- TextTreeExtractElementUndoUnit.cs