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
- ResourceReferenceExpression.cs
- CellIdBoolean.cs
- XPathMultyIterator.cs
- BaseAutoFormat.cs
- basevalidator.cs
- ConstraintStruct.cs
- ModifierKeysValueSerializer.cs
- EdmToObjectNamespaceMap.cs
- VirtualDirectoryMapping.cs
- BitmapEffectGeneralTransform.cs
- SqlFileStream.cs
- util.cs
- InvalidPipelineStoreException.cs
- TransactionChannel.cs
- SQLInt64Storage.cs
- MediaScriptCommandRoutedEventArgs.cs
- BindableTemplateBuilder.cs
- SAPICategories.cs
- LayoutEditorPart.cs
- sqlmetadatafactory.cs
- DataControlFieldHeaderCell.cs
- ConfigurationManagerInternalFactory.cs
- PropertyGridEditorPart.cs
- StylusPointPropertyUnit.cs
- TextDecorationUnitValidation.cs
- ClusterSafeNativeMethods.cs
- AnonymousIdentificationModule.cs
- CatalogZoneBase.cs
- SafeThreadHandle.cs
- NamespaceCollection.cs
- GroupQuery.cs
- CorrelationKeyCalculator.cs
- PlainXmlSerializer.cs
- _UncName.cs
- SqlStream.cs
- CompositeCollectionView.cs
- TableLayoutPanelCellPosition.cs
- Paragraph.cs
- EntityFrameworkVersions.cs
- WindowsGrip.cs
- TabControl.cs
- Missing.cs
- BooleanKeyFrameCollection.cs
- QueryConverter.cs
- MarkupExtensionSerializer.cs
- ToolbarAUtomationPeer.cs
- DynamicContractTypeBuilder.cs
- HtmlTable.cs
- FontDifferentiator.cs
- AttributeParameterInfo.cs
- RuleSetBrowserDialog.cs
- ByteBufferPool.cs
- NumberSubstitution.cs
- SystemInfo.cs
- input.cs
- SqlDataSourceQueryEditor.cs
- SystemDropShadowChrome.cs
- TagPrefixCollection.cs
- LicenseContext.cs
- SafeHandles.cs
- ControlBuilderAttribute.cs
- NativeMethods.cs
- EncryptedPackageFilter.cs
- HttpStreamFormatter.cs
- OnOperation.cs
- ResourceSet.cs
- SecurityPolicySection.cs
- Geometry.cs
- DataGridAddNewRow.cs
- SynchronizedInputHelper.cs
- PerformanceCounterPermissionAttribute.cs
- RunInstallerAttribute.cs
- MouseActionValueSerializer.cs
- PropertyDescriptorComparer.cs
- newinstructionaction.cs
- AppDomainAttributes.cs
- ColumnWidthChangingEvent.cs
- ConfigurationManagerHelper.cs
- Point3DValueSerializer.cs
- BaseUriWithWildcard.cs
- HttpListenerRequestTraceRecord.cs
- wgx_sdk_version.cs
- PngBitmapEncoder.cs
- SourceChangedEventArgs.cs
- TypeToTreeConverter.cs
- TextTreeFixupNode.cs
- Semaphore.cs
- WindowHideOrCloseTracker.cs
- BinaryHeap.cs
- LinearKeyFrames.cs
- ApplicationFileCodeDomTreeGenerator.cs
- Brush.cs
- ToolStripItemDesigner.cs
- ConnectionPool.cs
- SignatureDescription.cs
- TextBoxBase.cs
- ThrowHelper.cs
- StylusButtonEventArgs.cs
- InternalDuplexChannelFactory.cs
- TagNameToTypeMapper.cs