Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Data / System / Data / SqlClient / SqlNotificationEventArgs.cs / 1 / SqlNotificationEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System; using System.ComponentModel; using System.Collections; using System.Data; #if WINFSInternalOnly internal #else public #endif class SqlNotificationEventArgs : EventArgs { private SqlNotificationType _type; private SqlNotificationInfo _info; private SqlNotificationSource _source; public SqlNotificationEventArgs(SqlNotificationType type, SqlNotificationInfo info, SqlNotificationSource source) { _info = info; _source = source; _type = type; } public SqlNotificationType Type { get { return _type; } } public SqlNotificationInfo Info { get { return _info; } } public SqlNotificationSource Source { get { return _source; } } internal static SqlNotificationEventArgs NotifyError = new SqlNotificationEventArgs(SqlNotificationType.Subscribe, SqlNotificationInfo.Error, SqlNotificationSource.Object); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System; using System.ComponentModel; using System.Collections; using System.Data; #if WINFSInternalOnly internal #else public #endif class SqlNotificationEventArgs : EventArgs { private SqlNotificationType _type; private SqlNotificationInfo _info; private SqlNotificationSource _source; public SqlNotificationEventArgs(SqlNotificationType type, SqlNotificationInfo info, SqlNotificationSource source) { _info = info; _source = source; _type = type; } public SqlNotificationType Type { get { return _type; } } public SqlNotificationInfo Info { get { return _info; } } public SqlNotificationSource Source { get { return _source; } } internal static SqlNotificationEventArgs NotifyError = new SqlNotificationEventArgs(SqlNotificationType.Subscribe, SqlNotificationInfo.Error, SqlNotificationSource.Object); } } // 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
- WebPartManagerInternals.cs
- X509ChainElement.cs
- GridViewHeaderRowPresenter.cs
- XmlTextReaderImpl.cs
- RectAnimation.cs
- CommonProperties.cs
- HatchBrush.cs
- StopStoryboard.cs
- CallbackValidator.cs
- OverflowException.cs
- AdornerDecorator.cs
- SafeNativeMemoryHandle.cs
- WebPartConnectionsDisconnectVerb.cs
- SelectionChangedEventArgs.cs
- PieceDirectory.cs
- ZipIOExtraField.cs
- InputLanguageSource.cs
- BamlResourceSerializer.cs
- RequestCacheEntry.cs
- HMACSHA384.cs
- QueryOutputWriterV1.cs
- FilterInvalidBodyAccessException.cs
- LocatorPartList.cs
- StrongNameKeyPair.cs
- DesignTimeVisibleAttribute.cs
- httpapplicationstate.cs
- WeakHashtable.cs
- MatchingStyle.cs
- DotExpr.cs
- DbConnectionClosed.cs
- MeasureData.cs
- XmlSchemaSimpleContent.cs
- SectionInput.cs
- Matrix3DConverter.cs
- Table.cs
- RoleBoolean.cs
- SystemResourceKey.cs
- MeasureItemEvent.cs
- XPathNavigatorKeyComparer.cs
- SafeRightsManagementPubHandle.cs
- LinearKeyFrames.cs
- DataGridItem.cs
- SingleObjectCollection.cs
- MetadataCacheItem.cs
- DelayedRegex.cs
- WebPartEditorApplyVerb.cs
- GatewayDefinition.cs
- MultiBinding.cs
- PropertyPathWorker.cs
- BindingSource.cs
- EventHandlingScope.cs
- CharEntityEncoderFallback.cs
- TextSerializer.cs
- BridgeDataReader.cs
- ConsoleCancelEventArgs.cs
- SignatureDescription.cs
- EdmComplexTypeAttribute.cs
- StaticTextPointer.cs
- EntityDataReader.cs
- HitTestWithPointDrawingContextWalker.cs
- LinearKeyFrames.cs
- FileNameEditor.cs
- Size.cs
- DiscoveryDocumentSearchPattern.cs
- Latin1Encoding.cs
- SatelliteContractVersionAttribute.cs
- WebPartManager.cs
- ConnectionPointCookie.cs
- ProfileEventArgs.cs
- RawStylusActions.cs
- AnnouncementEndpointElement.cs
- SQLSingleStorage.cs
- Intellisense.cs
- SerializationSectionGroup.cs
- Paragraph.cs
- XmlReaderSettings.cs
- MapPathBasedVirtualPathProvider.cs
- WsatServiceAddress.cs
- Semaphore.cs
- DataGridCaption.cs
- WebEncodingValidator.cs
- CodeGenHelper.cs
- ItemDragEvent.cs
- Base64Stream.cs
- DiffuseMaterial.cs
- TypefaceMetricsCache.cs
- WsatProxy.cs
- XPathEmptyIterator.cs
- InputProcessorProfilesLoader.cs
- RangeValueProviderWrapper.cs
- XmlDataSourceView.cs
- SortKey.cs
- RectangleF.cs
- SqlStream.cs
- DesignerView.cs
- KoreanCalendar.cs
- TreeNode.cs
- DeclaredTypeValidator.cs
- StackOverflowException.cs
- PersistenceProviderFactory.cs