Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- CapabilitiesAssignment.cs
- MemberInfoSerializationHolder.cs
- SafeSecurityHandles.cs
- RelationshipConstraintValidator.cs
- QilInvokeEarlyBound.cs
- XmlNotation.cs
- XamlClipboardData.cs
- LogSwitch.cs
- HtmlInputRadioButton.cs
- AssemblySettingAttributes.cs
- DoubleAverageAggregationOperator.cs
- HandleCollector.cs
- GenericsInstances.cs
- SecurityHelper.cs
- WebBrowsableAttribute.cs
- XmlDataSourceDesigner.cs
- GridItemPattern.cs
- ErrorProvider.cs
- NamedPermissionSet.cs
- VisualStyleRenderer.cs
- WinFormsComponentEditor.cs
- StreamMarshaler.cs
- EventLogEntryCollection.cs
- PageAsyncTask.cs
- StyleModeStack.cs
- XmlMtomWriter.cs
- StylusOverProperty.cs
- StyleTypedPropertyAttribute.cs
- SystemColorTracker.cs
- FixedSOMTableCell.cs
- KnownTypeAttribute.cs
- handlecollector.cs
- DataGridState.cs
- VectorConverter.cs
- ListControlConvertEventArgs.cs
- BamlLocalizabilityResolver.cs
- UIElement3D.cs
- FileAuthorizationModule.cs
- ReturnType.cs
- FixedSOMTable.cs
- WorkflowTimerService.cs
- RoleServiceManager.cs
- ManifestSignatureInformation.cs
- NonClientArea.cs
- BooleanFacetDescriptionElement.cs
- ObjectDataSourceMethodEventArgs.cs
- MachineKeyValidationConverter.cs
- SequenceFullException.cs
- HotSpotCollection.cs
- IFlowDocumentViewer.cs
- SubpageParagraph.cs
- FrameAutomationPeer.cs
- XmlAttributeCache.cs
- RSACryptoServiceProvider.cs
- ExcCanonicalXml.cs
- XhtmlBasicImageAdapter.cs
- FileDialogCustomPlace.cs
- DataGridViewComboBoxCell.cs
- ColumnWidthChangedEvent.cs
- EntitySqlException.cs
- FrameworkTextComposition.cs
- ListControl.cs
- GeneratedView.cs
- _ConnectionGroup.cs
- SslStreamSecurityBindingElement.cs
- RelationshipNavigation.cs
- XmlRawWriterWrapper.cs
- GatewayDefinition.cs
- XamlSerializerUtil.cs
- TemplatePartAttribute.cs
- MethodToken.cs
- SecurityRuntime.cs
- RemoveStoryboard.cs
- Object.cs
- FixedSOMImage.cs
- LinkButton.cs
- ImageAutomationPeer.cs
- OdbcError.cs
- NestedContainer.cs
- XmlCustomFormatter.cs
- InkSerializer.cs
- RectAnimationBase.cs
- WebPartConnectionsConnectVerb.cs
- IconConverter.cs
- versioninfo.cs
- PenLineCapValidation.cs
- PermissionAttributes.cs
- BindingCollection.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- ObjectConverter.cs
- DbProviderFactoriesConfigurationHandler.cs
- ZoomingMessageFilter.cs
- DateTimeFormat.cs
- SchemaName.cs
- TextEffectCollection.cs
- ValidationRuleCollection.cs
- CopyOfAction.cs
- Vector3DAnimationBase.cs
- NativeMethods.cs
- TextBox.cs