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
- Geometry3D.cs
- TextTreeRootTextBlock.cs
- Int32EqualityComparer.cs
- ModelServiceImpl.cs
- MenuItemBindingCollection.cs
- DropShadowBitmapEffect.cs
- TraversalRequest.cs
- BinaryMessageFormatter.cs
- DbConnectionFactory.cs
- ExtendedProperty.cs
- OptionUsage.cs
- IssuanceLicense.cs
- AsymmetricKeyExchangeFormatter.cs
- DesignerLoader.cs
- DbDataRecord.cs
- XmlNode.cs
- ReaderWriterLockWrapper.cs
- StreamingContext.cs
- Variable.cs
- StackOverflowException.cs
- Button.cs
- ObjectResult.cs
- DataGridViewCellEventArgs.cs
- Ticks.cs
- SigningCredentials.cs
- MatrixCamera.cs
- ResXBuildProvider.cs
- Application.cs
- MenuItemBindingCollection.cs
- SystemGatewayIPAddressInformation.cs
- DynamicValueConverter.cs
- ResXResourceWriter.cs
- InlineObject.cs
- AsymmetricSignatureDeformatter.cs
- PersonalizationStateQuery.cs
- Transform3DGroup.cs
- ELinqQueryState.cs
- ToolStripDropDownButton.cs
- WindowsListViewItemCheckBox.cs
- OdbcDataAdapter.cs
- CompModHelpers.cs
- FactoryGenerator.cs
- SizeValueSerializer.cs
- XmlSerializerSection.cs
- TimerElapsedEvenArgs.cs
- EncryptedType.cs
- FormatException.cs
- NativeMethods.cs
- Ref.cs
- SpeechAudioFormatInfo.cs
- ProcessExitedException.cs
- Cursor.cs
- FrugalList.cs
- CookielessHelper.cs
- UnsafeNativeMethods.cs
- CngAlgorithm.cs
- TemplateXamlParser.cs
- TextBoxRenderer.cs
- BitmapImage.cs
- FileUtil.cs
- AppDomainProtocolHandler.cs
- InputScopeNameConverter.cs
- GridPatternIdentifiers.cs
- DummyDataSource.cs
- IgnoreFlushAndCloseStream.cs
- DataGridCell.cs
- DbBuffer.cs
- DropDownHolder.cs
- CacheDependency.cs
- FileDialog_Vista.cs
- SessionSwitchEventArgs.cs
- ListViewItem.cs
- TreeViewImageKeyConverter.cs
- FixedTextSelectionProcessor.cs
- OracleSqlParser.cs
- XmlQueryTypeFactory.cs
- RuleElement.cs
- DoubleLinkListEnumerator.cs
- DataGridViewCellStyleEditor.cs
- Verify.cs
- PublisherMembershipCondition.cs
- CaseDesigner.xaml.cs
- DesignColumnCollection.cs
- DefaultValueTypeConverter.cs
- OdbcEnvironment.cs
- GACIdentityPermission.cs
- RuleEngine.cs
- CheckBox.cs
- ProjectionPathSegment.cs
- DelegatingTypeDescriptionProvider.cs
- CompleteWizardStep.cs
- TextTreeInsertElementUndoUnit.cs
- SystemIcmpV4Statistics.cs
- FontFamily.cs
- HttpCacheParams.cs
- Executor.cs
- WebBrowsableAttribute.cs
- SecureUICommand.cs
- CapabilitiesUse.cs
- login.cs