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
- Button.cs
- ViewKeyConstraint.cs
- QilGenerator.cs
- COM2ComponentEditor.cs
- EncryptedPackageFilter.cs
- PhysicalAddress.cs
- EventSinkActivityDesigner.cs
- ViewCellSlot.cs
- PropertyBuilder.cs
- ComEventsHelper.cs
- _LocalDataStore.cs
- Byte.cs
- TextEditorTyping.cs
- SystemSounds.cs
- BlurBitmapEffect.cs
- WebBrowserUriTypeConverter.cs
- wmiprovider.cs
- DesignerActionList.cs
- XmlEventCache.cs
- ToolboxItem.cs
- Int32RectValueSerializer.cs
- StylusButtonEventArgs.cs
- GlobalizationAssembly.cs
- DSACryptoServiceProvider.cs
- WebServiceMethodData.cs
- DeobfuscatingStream.cs
- CorrelationInitializer.cs
- _LazyAsyncResult.cs
- DbProviderManifest.cs
- RenderCapability.cs
- ComponentChangingEvent.cs
- ListViewUpdatedEventArgs.cs
- BinaryMethodMessage.cs
- PropertyItemInternal.cs
- StateMachineWorkflowInstance.cs
- FunctionUpdateCommand.cs
- SqlRewriteScalarSubqueries.cs
- XPathMultyIterator.cs
- FactoryGenerator.cs
- SendMailErrorEventArgs.cs
- TrimSurroundingWhitespaceAttribute.cs
- Point4DConverter.cs
- AuthorizationRuleCollection.cs
- BrushConverter.cs
- XDeferredAxisSource.cs
- RouteItem.cs
- DataGridViewComboBoxEditingControl.cs
- VectorValueSerializer.cs
- StringComparer.cs
- BookmarkScopeInfo.cs
- WhitespaceReader.cs
- PropertyRef.cs
- ValidationErrorEventArgs.cs
- UriTemplateLiteralPathSegment.cs
- ServiceModelConfigurationSectionCollection.cs
- StorageMappingItemLoader.cs
- XmlAttributes.cs
- ResourceManager.cs
- XmlSchemaComplexType.cs
- SqlFacetAttribute.cs
- ECDsaCng.cs
- AppDomainManager.cs
- DuplicateWaitObjectException.cs
- PropertyToken.cs
- GetPageNumberCompletedEventArgs.cs
- EditorAttribute.cs
- DataControlPagerLinkButton.cs
- ElementUtil.cs
- SortedSetDebugView.cs
- unsafeIndexingFilterStream.cs
- XmlBufferedByteStreamReader.cs
- Confirm.cs
- TraceRecord.cs
- AttachedPropertyBrowsableAttribute.cs
- TextRangeEdit.cs
- WebPartHeaderCloseVerb.cs
- BufferAllocator.cs
- ListChangedEventArgs.cs
- XappLauncher.cs
- XmlIncludeAttribute.cs
- IdentityModelDictionary.cs
- ForwardPositionQuery.cs
- ResourcesBuildProvider.cs
- IRCollection.cs
- SiteMap.cs
- VisualStyleElement.cs
- SoapElementAttribute.cs
- XXXInfos.cs
- BorderGapMaskConverter.cs
- SourceFilter.cs
- SingleStorage.cs
- EntryPointNotFoundException.cs
- SecurityTokenAuthenticator.cs
- BaseTemplateParser.cs
- StickyNote.cs
- smtppermission.cs
- OletxEnlistment.cs
- AdornerLayer.cs
- ListParagraph.cs
- Panel.cs