Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- OdbcConnectionHandle.cs
- RoutedCommand.cs
- RunInstallerAttribute.cs
- ServiceManager.cs
- returneventsaver.cs
- TopClause.cs
- ChannelManager.cs
- BasicBrowserDialog.cs
- StaticExtension.cs
- SecurityTokenException.cs
- Hex.cs
- PolicyReader.cs
- DataFormats.cs
- XPathLexer.cs
- xmlformatgeneratorstatics.cs
- PageCopyCount.cs
- JournalEntry.cs
- PropertyPanel.cs
- AssemblySettingAttributes.cs
- HandleInitializationContext.cs
- BatchStream.cs
- UriParserTemplates.cs
- CustomAssemblyResolver.cs
- Matrix.cs
- DesignerVerb.cs
- SafeProcessHandle.cs
- FunctionDefinition.cs
- ServiceBuildProvider.cs
- SharedRuntimeState.cs
- MessageSmuggler.cs
- XPathParser.cs
- RichTextBoxAutomationPeer.cs
- DataGrid.cs
- SafeRightsManagementSessionHandle.cs
- Style.cs
- autovalidator.cs
- ResolveNameEventArgs.cs
- TextCompositionManager.cs
- XPathScanner.cs
- ClientTargetSection.cs
- IPAddressCollection.cs
- MdbDataFileEditor.cs
- PartialTrustHelpers.cs
- ImageIndexEditor.cs
- MarkerProperties.cs
- AttributeCollection.cs
- SystemWebExtensionsSectionGroup.cs
- RuntimeWrappedException.cs
- SimpleTypeResolver.cs
- ListViewItem.cs
- RouteValueDictionary.cs
- CultureInfo.cs
- SizeKeyFrameCollection.cs
- Button.cs
- NamedPipeHostedTransportConfiguration.cs
- SystemNetHelpers.cs
- HitTestWithPointDrawingContextWalker.cs
- DateTimeConstantAttribute.cs
- CellQuery.cs
- WebPartMinimizeVerb.cs
- FigureParaClient.cs
- Package.cs
- TypedServiceOperationListItem.cs
- Property.cs
- OLEDB_Enum.cs
- SmiEventSink_Default.cs
- SecurityListenerSettingsLifetimeManager.cs
- CorrelationManager.cs
- AsyncOperation.cs
- HttpClientChannel.cs
- ObjectMemberMapping.cs
- SymLanguageVendor.cs
- ContourSegment.cs
- CodeSnippetTypeMember.cs
- SpellerInterop.cs
- EpmContentSerializer.cs
- StateBag.cs
- SqlUdtInfo.cs
- UnitySerializationHolder.cs
- SQLBinary.cs
- TrustManager.cs
- ObjectComplexPropertyMapping.cs
- StringWriter.cs
- StringUtil.cs
- UniqueEventHelper.cs
- FormViewRow.cs
- NamedPipeTransportBindingElement.cs
- ClientCultureInfo.cs
- NominalTypeEliminator.cs
- FileController.cs
- ParentQuery.cs
- CryptoProvider.cs
- MaterialCollection.cs
- XmlSchemaComplexType.cs
- IIS7UserPrincipal.cs
- TreeBuilder.cs
- ListenerElementsCollection.cs
- PropVariant.cs
- MinimizableAttributeTypeConverter.cs
- PageHandlerFactory.cs