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
- StyleConverter.cs
- PermissionRequestEvidence.cs
- SqlException.cs
- Atom10FormatterFactory.cs
- DefaultHttpHandler.cs
- FormViewUpdatedEventArgs.cs
- DllNotFoundException.cs
- StringSorter.cs
- MethodToken.cs
- ResourceReferenceExpression.cs
- CharKeyFrameCollection.cs
- ObsoleteAttribute.cs
- ISSmlParser.cs
- ToolStripLocationCancelEventArgs.cs
- EntityTransaction.cs
- SeekableReadStream.cs
- PageCodeDomTreeGenerator.cs
- DispatchChannelSink.cs
- ComponentResourceKey.cs
- StreamWriter.cs
- ListenerConnectionDemuxer.cs
- StaticFileHandler.cs
- Attributes.cs
- Context.cs
- ComponentResourceManager.cs
- ScrollItemPattern.cs
- ZoomPercentageConverter.cs
- MsmqMessageSerializationFormat.cs
- HierarchicalDataSourceControl.cs
- ControlDesigner.cs
- MenuCommands.cs
- SelfIssuedAuthProofToken.cs
- AssemblyBuilder.cs
- PropertyGridView.cs
- TableRow.cs
- HttpResponseInternalBase.cs
- cookieexception.cs
- InstanceCollisionException.cs
- ExchangeUtilities.cs
- NumberFunctions.cs
- EntityContainerAssociationSetEnd.cs
- ValueType.cs
- ApplicationManager.cs
- Binding.cs
- ResourceProviderFactory.cs
- MsmqIntegrationElement.cs
- DataSourceHelper.cs
- ColumnBinding.cs
- CatalogPartCollection.cs
- DataSourceCacheDurationConverter.cs
- CardSpacePolicyElement.cs
- ArgumentException.cs
- EmulateRecognizeCompletedEventArgs.cs
- TextChange.cs
- HttpCapabilitiesSectionHandler.cs
- SystemIcmpV6Statistics.cs
- ButtonBaseAdapter.cs
- WebEvents.cs
- SQLSingleStorage.cs
- LateBoundBitmapDecoder.cs
- IncrementalCompileAnalyzer.cs
- AnnotationAdorner.cs
- SoapAttributeOverrides.cs
- TableAdapterManagerGenerator.cs
- ISCIIEncoding.cs
- WhitespaceSignificantCollectionAttribute.cs
- SemanticValue.cs
- SapiInterop.cs
- AnimationClockResource.cs
- EnumerableCollectionView.cs
- HttpValueCollection.cs
- WaitHandleCannotBeOpenedException.cs
- FixedSOMLineRanges.cs
- TraceShell.cs
- TTSEvent.cs
- DoubleStorage.cs
- MarginsConverter.cs
- RowType.cs
- HttpCapabilitiesBase.cs
- Condition.cs
- StrongNameKeyPair.cs
- BindingCompleteEventArgs.cs
- AssociationSet.cs
- BoolExpressionVisitors.cs
- HttpCookie.cs
- BitmapFrameDecode.cs
- KernelTypeValidation.cs
- InvalidFilterCriteriaException.cs
- TaskFormBase.cs
- ClearTypeHintValidation.cs
- ZipIOLocalFileBlock.cs
- Propagator.cs
- EntityTypeEmitter.cs
- ChannelManager.cs
- FormViewRow.cs
- XPathDocumentIterator.cs
- safemediahandle.cs
- ControlBuilderAttribute.cs
- InstanceContext.cs
- DataGridViewCellParsingEventArgs.cs