Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / StreamUpdate.cs / 1 / 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
- GenericsInstances.cs
- RegexGroupCollection.cs
- DataSet.cs
- MessageQueueException.cs
- CompilerTypeWithParams.cs
- GenericWebPart.cs
- Size3D.cs
- CredentialCache.cs
- Stylesheet.cs
- RtfControlWordInfo.cs
- TabRenderer.cs
- WebEvents.cs
- ServiceModelReg.cs
- httpserverutility.cs
- ThreadStateException.cs
- TreeViewCancelEvent.cs
- SimpleType.cs
- JsonReaderDelegator.cs
- PcmConverter.cs
- ElementUtil.cs
- HebrewCalendar.cs
- MdImport.cs
- WebServiceTypeData.cs
- XPathQueryGenerator.cs
- GiveFeedbackEvent.cs
- SelectionProviderWrapper.cs
- DispatchWrapper.cs
- TableCellCollection.cs
- FreezableCollection.cs
- HttpModuleAction.cs
- LazyInitializer.cs
- ImpersonationContext.cs
- XamlWrappingReader.cs
- XmlTypeAttribute.cs
- CodeRemoveEventStatement.cs
- FixedLineResult.cs
- DataGridViewColumnEventArgs.cs
- DPTypeDescriptorContext.cs
- MSAAWinEventWrap.cs
- CodeMethodInvokeExpression.cs
- CleanUpVirtualizedItemEventArgs.cs
- cookie.cs
- FileVersionInfo.cs
- XslTransform.cs
- EditorPartCollection.cs
- MdiWindowListItemConverter.cs
- ZipQueryOperator.cs
- UnsafeNativeMethods.cs
- DbParameterCollection.cs
- RawStylusInput.cs
- ColorEditor.cs
- AssemblyAssociatedContentFileAttribute.cs
- InputBinder.cs
- BuiltInPermissionSets.cs
- FlowSwitchLink.cs
- ContextStack.cs
- Trace.cs
- XmlSchemaIdentityConstraint.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- Condition.cs
- __Filters.cs
- SkewTransform.cs
- DecoderNLS.cs
- ToolStripPanelCell.cs
- DataGridRelationshipRow.cs
- AppDomain.cs
- Message.cs
- RegexNode.cs
- DesignTimeHTMLTextWriter.cs
- Header.cs
- XmlStreamStore.cs
- HashStream.cs
- ProgressPage.cs
- SortQuery.cs
- ContextMenuService.cs
- SafeLibraryHandle.cs
- SessionEndingEventArgs.cs
- MemoryMappedFile.cs
- PointCollectionConverter.cs
- XmlNamespaceMapping.cs
- RelatedEnd.cs
- RuleRefElement.cs
- IChannel.cs
- Control.cs
- SiteMapDesignerDataSourceView.cs
- ThreadAbortException.cs
- RuleValidation.cs
- CounterNameConverter.cs
- MethodToken.cs
- Literal.cs
- GeneralTransformGroup.cs
- CodeGotoStatement.cs
- FileClassifier.cs
- EmptyEnumerator.cs
- ScrollBar.cs
- KoreanLunisolarCalendar.cs
- SoapInteropTypes.cs
- XmlLinkedNode.cs
- SequentialUshortCollection.cs
- ProgressPage.cs