Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ApplicationFileParser.cs
- ZipFileInfo.cs
- FamilyCollection.cs
- AttributeQuery.cs
- MouseGesture.cs
- WindowsScroll.cs
- AdjustableArrowCap.cs
- SymLanguageType.cs
- PropertyInformationCollection.cs
- NumericPagerField.cs
- VectorCollection.cs
- QueryOperationResponseOfT.cs
- RsaSecurityToken.cs
- SqlErrorCollection.cs
- TypeElementCollection.cs
- Clipboard.cs
- ModuleBuilderData.cs
- SoapEnumAttribute.cs
- StrokeCollectionDefaultValueFactory.cs
- XAMLParseException.cs
- RequestQueryParser.cs
- WebPartVerb.cs
- PropertyKey.cs
- BamlTreeUpdater.cs
- MonthChangedEventArgs.cs
- XmlSchemaAny.cs
- DataControlFieldCollection.cs
- DiffuseMaterial.cs
- EpmHelper.cs
- InputReferenceExpression.cs
- EventSourceCreationData.cs
- DataSourceSelectArguments.cs
- MultiSelectRootGridEntry.cs
- MailHeaderInfo.cs
- EndOfStreamException.cs
- RegexRunnerFactory.cs
- MessageFormatterConverter.cs
- PersonalizationEntry.cs
- StateWorkerRequest.cs
- RangeValidator.cs
- IconConverter.cs
- DocumentSequenceHighlightLayer.cs
- DesignerRegionMouseEventArgs.cs
- MouseActionValueSerializer.cs
- QueueException.cs
- WindowsTab.cs
- OleAutBinder.cs
- securitymgrsite.cs
- CompileLiteralTextParser.cs
- DisplayInformation.cs
- RoleBoolean.cs
- ipaddressinformationcollection.cs
- RoutingSection.cs
- MatrixAnimationUsingKeyFrames.cs
- DockAndAnchorLayout.cs
- ThreadBehavior.cs
- UnsafeNativeMethodsMilCoreApi.cs
- IisTraceListener.cs
- TitleStyle.cs
- ContentPlaceHolder.cs
- SmtpFailedRecipientException.cs
- DbDataSourceEnumerator.cs
- MultiByteCodec.cs
- Expander.cs
- X509ThumbprintKeyIdentifierClause.cs
- GridItemPattern.cs
- PresentationAppDomainManager.cs
- SetMemberBinder.cs
- SHA1CryptoServiceProvider.cs
- CqlParser.cs
- NativeMethodsOther.cs
- BigInt.cs
- BitmapSizeOptions.cs
- XamlStyleSerializer.cs
- DataKey.cs
- TreeNodeCollection.cs
- FileSystemEventArgs.cs
- MemberDomainMap.cs
- GraphicsPathIterator.cs
- DrawTreeNodeEventArgs.cs
- RegexFCD.cs
- TableSectionStyle.cs
- StringDictionary.cs
- BamlTreeMap.cs
- ContextStack.cs
- DoubleStorage.cs
- SafeViewOfFileHandle.cs
- ManualResetEvent.cs
- TextCompositionManager.cs
- ResolveCompletedEventArgs.cs
- ScrollEvent.cs
- CodeDelegateInvokeExpression.cs
- InheritanceRules.cs
- DataDocumentXPathNavigator.cs
- Matrix3DValueSerializer.cs
- BaseValidator.cs
- QuotaThrottle.cs
- ADMembershipUser.cs
- FlatButtonAppearance.cs
- DataException.cs