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
- DataServiceRequestException.cs
- HtmlControlPersistable.cs
- MouseButtonEventArgs.cs
- QueryLifecycle.cs
- PaperSource.cs
- PersonalizationProviderHelper.cs
- Config.cs
- PrimaryKeyTypeConverter.cs
- UdpTransportBindingElement.cs
- SelectionRangeConverter.cs
- WebPartDisplayModeCancelEventArgs.cs
- TouchesCapturedWithinProperty.cs
- CachingParameterInspector.cs
- CodeDirectoryCompiler.cs
- GenericAuthenticationEventArgs.cs
- GridPatternIdentifiers.cs
- RegexStringValidator.cs
- NestedContainer.cs
- ProfileGroupSettings.cs
- HorizontalAlignConverter.cs
- SqlNotificationRequest.cs
- ProtocolsSection.cs
- DynamicMetaObject.cs
- DictionaryEntry.cs
- FaultCallbackWrapper.cs
- PieceDirectory.cs
- LongSumAggregationOperator.cs
- GeneratedView.cs
- RelationshipType.cs
- DLinqTableProvider.cs
- VerticalAlignConverter.cs
- EntitySetDataBindingList.cs
- AsmxEndpointPickerExtension.cs
- RegexCaptureCollection.cs
- Viewport3DAutomationPeer.cs
- Lease.cs
- GridViewSortEventArgs.cs
- DesignerProperties.cs
- WebBrowserProgressChangedEventHandler.cs
- PinProtectionHelper.cs
- ContravarianceAdapter.cs
- DateTimeConverter2.cs
- CapabilitiesState.cs
- WebControlsSection.cs
- SqlIdentifier.cs
- ZipIOBlockManager.cs
- Point3DAnimationUsingKeyFrames.cs
- RootContext.cs
- PixelFormats.cs
- PrivilegeNotHeldException.cs
- SchemaType.cs
- MailAddressCollection.cs
- MLangCodePageEncoding.cs
- HostDesigntimeLicenseContext.cs
- EntityPropertyMappingAttribute.cs
- WebHeaderCollection.cs
- Stack.cs
- DataSetViewSchema.cs
- Stacktrace.cs
- Drawing.cs
- DispatcherExceptionFilterEventArgs.cs
- FixedSOMImage.cs
- Preprocessor.cs
- ListViewTableCell.cs
- CalendarDesigner.cs
- NavigatorInput.cs
- CheckBoxStandardAdapter.cs
- VideoDrawing.cs
- VisualSerializer.cs
- SystemNetworkInterface.cs
- EnumBuilder.cs
- ZipIOExtraField.cs
- ClassHandlersStore.cs
- ExternalFile.cs
- XmlnsDictionary.cs
- PlainXmlDeserializer.cs
- ServiceDocumentFormatter.cs
- RectangleHotSpot.cs
- AssociatedControlConverter.cs
- SetStateDesigner.cs
- RoleGroupCollection.cs
- SecurityPermission.cs
- MethodCallTranslator.cs
- DotNetATv1WindowsLogEntryDeserializer.cs
- RenameRuleObjectDialog.cs
- EntityTransaction.cs
- CodeMemberEvent.cs
- ItemCheckEvent.cs
- NativeMsmqMessage.cs
- FixedSOMPage.cs
- TextServicesDisplayAttribute.cs
- HTMLTagNameToTypeMapper.cs
- ObjectDataProvider.cs
- UIElementCollection.cs
- WebRequestModuleElementCollection.cs
- InvalidEnumArgumentException.cs
- AddValidationError.cs
- StorageAssociationSetMapping.cs
- SamlAudienceRestrictionCondition.cs
- Vector3DAnimation.cs