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
- login.cs
- UTF8Encoding.cs
- DataGridHeaderBorder.cs
- BrowserDefinition.cs
- SQLConvert.cs
- UiaCoreApi.cs
- VirtualPathProvider.cs
- ListItemParagraph.cs
- Point.cs
- EnterpriseServicesHelper.cs
- TypeUtils.cs
- Speller.cs
- Help.cs
- ListViewEditEventArgs.cs
- ModuleConfigurationInfo.cs
- ListViewItemMouseHoverEvent.cs
- RegexEditorDialog.cs
- RegexParser.cs
- MultitargetUtil.cs
- OrderedDictionary.cs
- PageRequestManager.cs
- NamespaceMapping.cs
- HandlerBase.cs
- QuadTree.cs
- OdbcEnvironmentHandle.cs
- DynamicEntity.cs
- ScriptComponentDescriptor.cs
- XmlEncoding.cs
- ADConnectionHelper.cs
- XmlSerializationGeneratedCode.cs
- WindowsFormsSectionHandler.cs
- XpsS0ValidatingLoader.cs
- GridView.cs
- SqlConnectionHelper.cs
- MasterPageCodeDomTreeGenerator.cs
- CompositionAdorner.cs
- Soap12ServerProtocol.cs
- LoginView.cs
- WebPartCancelEventArgs.cs
- SymbolEqualComparer.cs
- QueryRewriter.cs
- EventHandlerList.cs
- SQLMembershipProvider.cs
- IndexedString.cs
- MyContact.cs
- HtmlControl.cs
- FixedHyperLink.cs
- ExtensionMethods.cs
- WsatConfiguration.cs
- Latin1Encoding.cs
- ArrayExtension.cs
- TimeSpanValidator.cs
- Container.cs
- TypeSystem.cs
- TextBoxRenderer.cs
- Int32.cs
- EditorAttribute.cs
- SizeValueSerializer.cs
- BitmapPalettes.cs
- NTAccount.cs
- PasswordDeriveBytes.cs
- SinglePageViewer.cs
- EditorZoneBase.cs
- ByteStreamBufferedMessageData.cs
- SystemIPInterfaceProperties.cs
- CombinedGeometry.cs
- unitconverter.cs
- ActionFrame.cs
- CommonObjectSecurity.cs
- ParserStreamGeometryContext.cs
- ItemContainerGenerator.cs
- RoleManagerModule.cs
- CodeNamespaceImport.cs
- SHA512Cng.cs
- TextRangeSerialization.cs
- wmiutil.cs
- SHA1CryptoServiceProvider.cs
- RelatedImageListAttribute.cs
- HostingEnvironmentException.cs
- Debugger.cs
- FeatureManager.cs
- RotationValidation.cs
- SchemaMapping.cs
- WizardPanel.cs
- IndexedEnumerable.cs
- LZCodec.cs
- DataSourceProvider.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- StyleXamlTreeBuilder.cs
- SmtpCommands.cs
- ListViewItemSelectionChangedEvent.cs
- DbDataSourceEnumerator.cs
- SoapAttributes.cs
- DocumentEventArgs.cs
- Tile.cs
- IisTraceWebEventProvider.cs
- CalendarDesigner.cs
- XmlSchemaCollection.cs
- SecurityContextTokenValidationException.cs
- Fonts.cs