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
- NamespaceList.cs
- MessageHeaderDescriptionCollection.cs
- DataFormats.cs
- HMACSHA1.cs
- EnumValAlphaComparer.cs
- UpdateEventArgs.cs
- LicenseContext.cs
- DataFormats.cs
- mansign.cs
- EncodingTable.cs
- EndEvent.cs
- Animatable.cs
- CompleteWizardStep.cs
- InkPresenter.cs
- MappingException.cs
- EntitySqlQueryCacheEntry.cs
- ExpressionBuilderCollection.cs
- LinqDataSourceDeleteEventArgs.cs
- SmtpCommands.cs
- ComponentDispatcher.cs
- InkCanvasInnerCanvas.cs
- BaseCodeDomTreeGenerator.cs
- smtpconnection.cs
- SafeTimerHandle.cs
- HttpRequest.cs
- _PooledStream.cs
- UserMapPath.cs
- ClientTargetCollection.cs
- SqlVersion.cs
- WsatServiceAddress.cs
- ScrollableControl.cs
- ListItemCollection.cs
- FrameworkContentElement.cs
- MenuItemAutomationPeer.cs
- ISessionStateStore.cs
- FormsAuthenticationEventArgs.cs
- SafeRightsManagementPubHandle.cs
- embossbitmapeffect.cs
- SqlAggregateChecker.cs
- UrlPropertyAttribute.cs
- RemotingServices.cs
- WebPartConnectionsConnectVerb.cs
- AssemblyResourceLoader.cs
- CodeGotoStatement.cs
- XmlSerializerNamespaces.cs
- BlockExpression.cs
- ModelPropertyDescriptor.cs
- MetadataArtifactLoaderCompositeFile.cs
- TimeoutException.cs
- DataSourceConverter.cs
- DependencyPropertyDescriptor.cs
- XmlElementAttribute.cs
- LocatorBase.cs
- OutputCacheProfileCollection.cs
- ConfigXmlDocument.cs
- TextReturnReader.cs
- WebBrowser.cs
- CultureInfoConverter.cs
- LocatorManager.cs
- Rfc4050KeyFormatter.cs
- InkCanvasFeedbackAdorner.cs
- WebException.cs
- BufferModeSettings.cs
- XmlUtilWriter.cs
- SiteMap.cs
- SecurityPolicySection.cs
- SqlStatistics.cs
- Convert.cs
- unsafenativemethodstextservices.cs
- ScriptingProfileServiceSection.cs
- QilTypeChecker.cs
- PrimitiveSchema.cs
- PolyQuadraticBezierSegment.cs
- DataGridViewCellValueEventArgs.cs
- InvalidAsynchronousStateException.cs
- CodeTypeReferenceCollection.cs
- SiteMapHierarchicalDataSourceView.cs
- HashCryptoHandle.cs
- XPathPatternParser.cs
- ScriptingProfileServiceSection.cs
- propertytag.cs
- InvalidOleVariantTypeException.cs
- HeaderPanel.cs
- StructuredType.cs
- EntityStoreSchemaFilterEntry.cs
- DataList.cs
- TextInfo.cs
- StateInitialization.cs
- CommonDialog.cs
- WizardStepBase.cs
- OrderedHashRepartitionStream.cs
- Table.cs
- CompilationLock.cs
- WebHttpDispatchOperationSelectorData.cs
- NativeMethods.cs
- SafeRightsManagementQueryHandle.cs
- BasicBrowserDialog.cs
- DataServiceContext.cs
- ToolStripManager.cs
- CodeEventReferenceExpression.cs