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
- RecordsAffectedEventArgs.cs
- WhitespaceRuleReader.cs
- ToolStripStatusLabel.cs
- SystemWebCachingSectionGroup.cs
- CertificateManager.cs
- SelectorAutomationPeer.cs
- PeerNearMe.cs
- EncoderParameter.cs
- ECDiffieHellmanCng.cs
- StateWorkerRequest.cs
- GridProviderWrapper.cs
- StaticSiteMapProvider.cs
- UndoEngine.cs
- EventSchemaTraceListener.cs
- XmlCollation.cs
- GcHandle.cs
- TrustManagerMoreInformation.cs
- HwndKeyboardInputProvider.cs
- versioninfo.cs
- SecurityDocument.cs
- BatchParser.cs
- COSERVERINFO.cs
- DataBindingCollection.cs
- ObjectCloneHelper.cs
- ButtonField.cs
- BackgroundFormatInfo.cs
- ClientApiGenerator.cs
- MediaPlayer.cs
- MetadataItemCollectionFactory.cs
- MenuItemStyleCollectionEditor.cs
- PriorityBinding.cs
- CriticalExceptions.cs
- ServiceHttpHandlerFactory.cs
- Int16AnimationBase.cs
- CompensationDesigner.cs
- Underline.cs
- BaseCodePageEncoding.cs
- SecurityTokenAuthenticator.cs
- SafeArchiveContext.cs
- MethodExpression.cs
- InvalidTimeZoneException.cs
- DataSet.cs
- CompressedStack.cs
- MimeBasePart.cs
- CommandSet.cs
- SoapObjectInfo.cs
- WebPartConnectionsEventArgs.cs
- TextRunProperties.cs
- Hex.cs
- Visual3DCollection.cs
- FormsAuthenticationCredentials.cs
- GridViewColumnHeader.cs
- ListItemCollection.cs
- ChangeToolStripParentVerb.cs
- ParallelEnumerable.cs
- MethodBody.cs
- counter.cs
- TextDpi.cs
- BamlLocalizationDictionary.cs
- BamlBinaryReader.cs
- ProviderConnectionPointCollection.cs
- ClockController.cs
- XmlNodeChangedEventManager.cs
- GeometryModel3D.cs
- EnvironmentPermission.cs
- TableRow.cs
- DataGridColumnStyleMappingNameEditor.cs
- TcpAppDomainProtocolHandler.cs
- AnnouncementEndpoint.cs
- DatagridviewDisplayedBandsData.cs
- StringArrayConverter.cs
- OdbcInfoMessageEvent.cs
- SafeRightsManagementPubHandle.cs
- XmlTypeMapping.cs
- GridViewHeaderRowPresenter.cs
- TiffBitmapDecoder.cs
- StrokeCollection2.cs
- NumberFormatInfo.cs
- DataSpaceManager.cs
- ECDiffieHellman.cs
- AspNetRouteServiceHttpHandler.cs
- UpDownEvent.cs
- WindowsRichEditRange.cs
- NativeMethods.cs
- SimpleRecyclingCache.cs
- TraceUtility.cs
- PeerNameResolver.cs
- PropertyInformation.cs
- FormatConvertedBitmap.cs
- HttpStreamMessageEncoderFactory.cs
- EdmMember.cs
- OperationBehaviorAttribute.cs
- ToolStripTextBox.cs
- BoolExpressionVisitors.cs
- UseAttributeSetsAction.cs
- UInt32Converter.cs
- MenuStrip.cs
- EntityProviderServices.cs
- DispatcherSynchronizationContext.cs
- Tool.cs