Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- oledbconnectionstring.cs
- _ListenerRequestStream.cs
- XmlSchemaSimpleContentRestriction.cs
- Application.cs
- DataKeyCollection.cs
- ReadOnlyHierarchicalDataSource.cs
- ContentValidator.cs
- ResourceExpression.cs
- DictationGrammar.cs
- XsdBuilder.cs
- CngAlgorithm.cs
- FactoryId.cs
- ConfigViewGenerator.cs
- Point3DAnimationBase.cs
- FilteredXmlReader.cs
- Root.cs
- InkCanvasFeedbackAdorner.cs
- SubpageParagraph.cs
- _KerberosClient.cs
- DirectoryNotFoundException.cs
- FunctionQuery.cs
- StartUpEventArgs.cs
- CodeExporter.cs
- MatrixCamera.cs
- CodeArgumentReferenceExpression.cs
- Schema.cs
- mansign.cs
- XmlUtil.cs
- bidPrivateBase.cs
- Block.cs
- StylusTip.cs
- ObfuscateAssemblyAttribute.cs
- LazyTextWriterCreator.cs
- SpecialFolderEnumConverter.cs
- TextBoxAutoCompleteSourceConverter.cs
- AutoResetEvent.cs
- XmlMembersMapping.cs
- FtpCachePolicyElement.cs
- DataErrorValidationRule.cs
- ListenerConstants.cs
- BitmapFrame.cs
- HandlerBase.cs
- BaseDataBoundControl.cs
- UIElementPropertyUndoUnit.cs
- MethodToken.cs
- ErrorEventArgs.cs
- OptionUsage.cs
- CodeIdentifiers.cs
- SqlFunctionAttribute.cs
- CreatingCookieEventArgs.cs
- XmlQualifiedNameTest.cs
- WmlListAdapter.cs
- RowUpdatingEventArgs.cs
- AnimationTimeline.cs
- StringSorter.cs
- SingleAnimationUsingKeyFrames.cs
- HttpListener.cs
- DataTableReaderListener.cs
- AnimationClockResource.cs
- WorkflowServiceAttributes.cs
- TypeConverter.cs
- PropertyKey.cs
- CodeDelegateInvokeExpression.cs
- TableLayoutPanel.cs
- RawContentTypeMapper.cs
- ActivityFunc.cs
- PermissionSetEnumerator.cs
- NavigationProgressEventArgs.cs
- BrowserCapabilitiesCompiler.cs
- BindingMAnagerBase.cs
- SSmlParser.cs
- HoistedLocals.cs
- PublisherMembershipCondition.cs
- TemplateEditingVerb.cs
- DesigntimeLicenseContext.cs
- xml.cs
- Stackframe.cs
- RankException.cs
- FunctionMappingTranslator.cs
- QuestionEventArgs.cs
- SqlEnums.cs
- GetWinFXPath.cs
- PageSetupDialog.cs
- SelectionChangedEventArgs.cs
- BinaryNode.cs
- linebase.cs
- Script.cs
- XmlQueryOutput.cs
- DefaultValueTypeConverter.cs
- PointAnimation.cs
- SmiConnection.cs
- ContractMethodParameterInfo.cs
- activationcontext.cs
- IndicShape.cs
- NodeFunctions.cs
- TableColumn.cs
- FSWPathEditor.cs
- NonClientArea.cs
- DataGridViewButtonColumn.cs
- SectionVisual.cs