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
- HandlerWithFactory.cs
- ContainerControl.cs
- BorderSidesEditor.cs
- WebReferencesBuildProvider.cs
- SqlBuilder.cs
- ScriptingJsonSerializationSection.cs
- InvalidPipelineStoreException.cs
- DynamicPropertyReader.cs
- GetRecipientRequest.cs
- ArraySortHelper.cs
- ExplicitDiscriminatorMap.cs
- ErrorRuntimeConfig.cs
- PerformanceCounterPermission.cs
- TdsParserSessionPool.cs
- Pair.cs
- PriorityItem.cs
- Int32AnimationBase.cs
- Model3DGroup.cs
- CapabilitiesState.cs
- SpecularMaterial.cs
- ConfigurationManagerHelperFactory.cs
- DataGridState.cs
- Win32.cs
- Margins.cs
- StatusBarPanelClickEvent.cs
- CommandHelper.cs
- TransformerConfigurationWizardBase.cs
- ColorAnimation.cs
- ListManagerBindingsCollection.cs
- WebPartEditorOkVerb.cs
- Adorner.cs
- Stylesheet.cs
- AssociationTypeEmitter.cs
- UserControl.cs
- CuspData.cs
- StringStorage.cs
- OutputCacheSettingsSection.cs
- Interfaces.cs
- EnumerableValidator.cs
- TriggerBase.cs
- TdsParserSafeHandles.cs
- RootBuilder.cs
- GlyphInfoList.cs
- SQLDouble.cs
- PolicyException.cs
- WebPartConnectionsCancelVerb.cs
- SqlDataSourceConfigureFilterForm.cs
- ComboBoxDesigner.cs
- NameValuePermission.cs
- TypeGenericEnumerableViewSchema.cs
- InlineUIContainer.cs
- EventlogProvider.cs
- GridSplitter.cs
- GeneratedContractType.cs
- MemberInfoSerializationHolder.cs
- ImpersonationContext.cs
- XmlStrings.cs
- ServiceModelExtensionElement.cs
- AppLevelCompilationSectionCache.cs
- PeerUnsafeNativeCryptMethods.cs
- TextDpi.cs
- DesignerActionUIService.cs
- SmtpSection.cs
- RsaKeyGen.cs
- DbConnectionStringBuilder.cs
- Track.cs
- WeakReferenceList.cs
- FileDataSourceCache.cs
- NameValueCollection.cs
- IndentTextWriter.cs
- UidPropertyAttribute.cs
- SafeCryptoHandles.cs
- ByteFacetDescriptionElement.cs
- StateRuntime.cs
- SafePointer.cs
- OrderedDictionaryStateHelper.cs
- DataRowCollection.cs
- HtmlInputRadioButton.cs
- MSG.cs
- WindowsStatic.cs
- DataGridViewTextBoxCell.cs
- WorkflowQueue.cs
- BufferedGraphicsContext.cs
- ZipIOLocalFileDataDescriptor.cs
- ControlCollection.cs
- NamespaceEmitter.cs
- ButtonBaseAdapter.cs
- GCHandleCookieTable.cs
- EnumValidator.cs
- JpegBitmapEncoder.cs
- Block.cs
- _FtpDataStream.cs
- OleDbReferenceCollection.cs
- FilterElement.cs
- BoundField.cs
- LocatorPartList.cs
- BaseParagraph.cs
- UnsafeNativeMethods.cs
- GlobalAllocSafeHandle.cs
- CmsInterop.cs