Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / SqlClient / SqlNotificationEventArgs.cs / 1305376 / SqlNotificationEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System; using System.ComponentModel; using System.Collections; using System.Data; public 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; public 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
- XmlSchemaChoice.cs
- StrokeFIndices.cs
- Int32Storage.cs
- PageParserFilter.cs
- bindurihelper.cs
- WindowsListViewSubItem.cs
- FormatException.cs
- Lasso.cs
- IsolatedStorage.cs
- UrlAuthFailedErrorFormatter.cs
- ClientTarget.cs
- ColorConvertedBitmap.cs
- DataContractJsonSerializerOperationFormatter.cs
- WebPartVerb.cs
- GridViewSelectEventArgs.cs
- KeyInterop.cs
- StreamDocument.cs
- ValidationEventArgs.cs
- AdRotator.cs
- SchemaCollectionCompiler.cs
- ControlParameter.cs
- TemplateField.cs
- SecuritySessionServerSettings.cs
- SelectionEditingBehavior.cs
- ConfigurationElement.cs
- NativeWindow.cs
- GridViewPageEventArgs.cs
- ScriptModule.cs
- ExtendedProperty.cs
- DiscoveryClientProtocol.cs
- CodeAttributeDeclaration.cs
- WhereaboutsReader.cs
- SignedXml.cs
- TextEditorParagraphs.cs
- AsymmetricSecurityBindingElement.cs
- TemplateControlBuildProvider.cs
- SchemaImporter.cs
- SpellerInterop.cs
- SecurityAttributeGenerationHelper.cs
- hresults.cs
- _CookieModule.cs
- PerformanceCounterPermission.cs
- OperationContractGenerationContext.cs
- SystemIPAddressInformation.cs
- NotifyInputEventArgs.cs
- SQLGuidStorage.cs
- List.cs
- DesignTimeVisibleAttribute.cs
- ExpressionBuilderContext.cs
- RootProfilePropertySettingsCollection.cs
- TypeUtil.cs
- UrlAuthorizationModule.cs
- ObjectStateManagerMetadata.cs
- Window.cs
- SecurityCookieModeValidator.cs
- followingsibling.cs
- OutputScopeManager.cs
- EntryWrittenEventArgs.cs
- ApplicationException.cs
- NativeMethods.cs
- LocalBuilder.cs
- CurrentChangingEventManager.cs
- CodeLabeledStatement.cs
- FileInfo.cs
- UserNameSecurityTokenProvider.cs
- ConnectionStringEditor.cs
- BaseWebProxyFinder.cs
- PageThemeParser.cs
- WebPartsPersonalization.cs
- DesignerWebPartChrome.cs
- DataGridItem.cs
- SendKeys.cs
- MulticastIPAddressInformationCollection.cs
- EntitySqlQueryBuilder.cs
- Translator.cs
- ImportContext.cs
- RIPEMD160.cs
- TextClipboardData.cs
- DbConnectionPool.cs
- XmlAttributeProperties.cs
- ImageUrlEditor.cs
- StrokeNode.cs
- StorageComplexTypeMapping.cs
- KeyMatchBuilder.cs
- SiteMapNodeItem.cs
- OdbcConnectionPoolProviderInfo.cs
- Attribute.cs
- KeyInfo.cs
- GeneralTransformCollection.cs
- ProviderIncompatibleException.cs
- AdvancedBindingEditor.cs
- ObjectListFieldCollection.cs
- CompareValidator.cs
- BreakSafeBase.cs
- CompositeTypefaceMetrics.cs
- Point3DKeyFrameCollection.cs
- Help.cs
- ECDiffieHellmanPublicKey.cs
- DataObjectFieldAttribute.cs
- WebPartConnectionCollection.cs