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
- PropertyTabAttribute.cs
- control.ime.cs
- JulianCalendar.cs
- TextComposition.cs
- SuppressMessageAttribute.cs
- LZCodec.cs
- SliderAutomationPeer.cs
- ParentUndoUnit.cs
- PersistenceException.cs
- EventWaitHandle.cs
- WebPartAddingEventArgs.cs
- QuadraticBezierSegment.cs
- SelectionItemPattern.cs
- RuntimeArgumentHandle.cs
- XmlLinkedNode.cs
- LogSwitch.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- TrackBarDesigner.cs
- TemplateLookupAction.cs
- DataControlButton.cs
- ApplicationServiceHelper.cs
- controlskin.cs
- SplitterCancelEvent.cs
- CompareValidator.cs
- ControlCommandSet.cs
- ReadOnlyObservableCollection.cs
- DescendantBaseQuery.cs
- SQLString.cs
- _CacheStreams.cs
- WebPartsSection.cs
- BasePropertyDescriptor.cs
- BooleanSwitch.cs
- ConnectionPoolManager.cs
- DBConnection.cs
- XmlArrayItemAttribute.cs
- WithStatement.cs
- CodeGen.cs
- LayoutUtils.cs
- UnsafeNativeMethods.cs
- MenuItemCollection.cs
- DesignSurfaceManager.cs
- FormViewDeleteEventArgs.cs
- CryptoKeySecurity.cs
- MemberRelationshipService.cs
- SimpleMailWebEventProvider.cs
- XmlBoundElement.cs
- UpdateProgress.cs
- OdbcErrorCollection.cs
- BuildResultCache.cs
- DoubleLink.cs
- QilStrConcat.cs
- DataGridViewBand.cs
- UIElementHelper.cs
- GlyphTypeface.cs
- QuaternionIndependentAnimationStorage.cs
- ActivityInstanceReference.cs
- Label.cs
- DynamicUpdateCommand.cs
- BamlTreeNode.cs
- CachedTypeface.cs
- SystemInfo.cs
- RepeaterDataBoundAdapter.cs
- StringComparer.cs
- LicenseManager.cs
- MenuItemCollection.cs
- SecurityRuntime.cs
- RSAPKCS1SignatureDeformatter.cs
- XmlReader.cs
- UnknownBitmapEncoder.cs
- ObjectHandle.cs
- ImageSourceValueSerializer.cs
- TabControl.cs
- DataSourceXmlClassAttribute.cs
- HandlerBase.cs
- OleDbCommand.cs
- QilCloneVisitor.cs
- Unit.cs
- XPathMessageFilter.cs
- _ConnectOverlappedAsyncResult.cs
- LogLogRecord.cs
- ReferentialConstraintRoleElement.cs
- HScrollBar.cs
- ConfigurationValidatorAttribute.cs
- UriParserTemplates.cs
- ExpressionVisitor.cs
- PropertyInformationCollection.cs
- WebPartTransformerCollection.cs
- Point3D.cs
- DataSetFieldSchema.cs
- CompilationUnit.cs
- MarkupCompiler.cs
- RegionInfo.cs
- ClientSettingsProvider.cs
- DebuggerAttributes.cs
- XmlSchemaSimpleType.cs
- EntityTransaction.cs
- UdpUtility.cs
- View.cs
- NetworkAddressChange.cs
- CloseSequenceResponse.cs