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
- PropertyMapper.cs
- shaperfactoryquerycachekey.cs
- ConnectionManagementElement.cs
- LinqDataSourceInsertEventArgs.cs
- TablePattern.cs
- WorkflowRuntimeServiceElement.cs
- LocationSectionRecord.cs
- ComboBoxAutomationPeer.cs
- Icon.cs
- WebPartsPersonalizationAuthorization.cs
- NetworkCredential.cs
- HttpFileCollection.cs
- CompilerResults.cs
- DetailsViewRowCollection.cs
- QueryableFilterRepeater.cs
- EntityDataSourceWrapper.cs
- BitVector32.cs
- TemplateDefinition.cs
- XComponentModel.cs
- ColorBlend.cs
- ReadOnlyHierarchicalDataSourceView.cs
- TagPrefixInfo.cs
- NetMsmqBindingElement.cs
- StateMachine.cs
- DataGrid.cs
- RetrieveVirtualItemEventArgs.cs
- GroupBoxRenderer.cs
- PowerModeChangedEventArgs.cs
- WebPartHeaderCloseVerb.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- WebDisplayNameAttribute.cs
- XmlNodeReader.cs
- DependencyPropertyChangedEventArgs.cs
- AuthorizationSection.cs
- AdornedElementPlaceholder.cs
- FreezableDefaultValueFactory.cs
- MemoryFailPoint.cs
- OuterGlowBitmapEffect.cs
- GenerateHelper.cs
- PathNode.cs
- NegationPusher.cs
- MessageDecoder.cs
- ProfileSettingsCollection.cs
- XamlTemplateSerializer.cs
- FastEncoderWindow.cs
- QuadraticBezierSegment.cs
- XsltQilFactory.cs
- IgnoreDataMemberAttribute.cs
- TypefaceCollection.cs
- EventMap.cs
- StrongNameIdentityPermission.cs
- TextOptions.cs
- ServerValidateEventArgs.cs
- AdPostCacheSubstitution.cs
- ELinqQueryState.cs
- BindingManagerDataErrorEventArgs.cs
- TempFiles.cs
- StylusLogic.cs
- SystemWebExtensionsSectionGroup.cs
- ExpressionsCollectionConverter.cs
- SiteMapDataSource.cs
- CharConverter.cs
- TraceFilter.cs
- ClientScriptManager.cs
- GetCertificateRequest.cs
- ExpressionBuilder.cs
- NotImplementedException.cs
- WindowsBrush.cs
- SymbolEqualComparer.cs
- InputLanguage.cs
- XmlDataSourceView.cs
- DbConnectionStringBuilder.cs
- TriggerCollection.cs
- BufferBuilder.cs
- _ScatterGatherBuffers.cs
- X509ScopedServiceCertificateElementCollection.cs
- WebPageTraceListener.cs
- CellTreeSimplifier.cs
- UseManagedPresentationBindingElementImporter.cs
- EntityModelSchemaGenerator.cs
- BaseParser.cs
- StaticResourceExtension.cs
- BezierSegment.cs
- Function.cs
- XmlNodeComparer.cs
- IIS7WorkerRequest.cs
- MimeTypeAttribute.cs
- IisTraceListener.cs
- SortableBindingList.cs
- __Filters.cs
- OdbcStatementHandle.cs
- WebPartAddingEventArgs.cs
- PointAnimationUsingKeyFrames.cs
- PerfCounterSection.cs
- RangeValuePattern.cs
- IssuedTokenParametersEndpointAddressElement.cs
- XmlAttributeCollection.cs
- Rect3DConverter.cs
- ToolBar.cs
- XmlAtomicValue.cs