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
- ArrayHelper.cs
- EventBuilder.cs
- TraceListeners.cs
- BamlStream.cs
- HttpServerUtilityWrapper.cs
- InternalBufferOverflowException.cs
- _NegoState.cs
- InputLanguageEventArgs.cs
- GridLengthConverter.cs
- StateManagedCollection.cs
- BindingGraph.cs
- Pool.cs
- ThreadStateException.cs
- AdornerPresentationContext.cs
- PeerEndPoint.cs
- CapabilitiesRule.cs
- Vector3DValueSerializer.cs
- HashCodeCombiner.cs
- SocketException.cs
- SoapAttributes.cs
- Vector3DCollectionConverter.cs
- KeyFrames.cs
- TextRunProperties.cs
- QilExpression.cs
- WebConfigurationHostFileChange.cs
- InvalidCastException.cs
- DiscoveryRequestHandler.cs
- ResourceExpressionBuilder.cs
- DataBoundControlParameterTarget.cs
- FontDifferentiator.cs
- ScrollBar.cs
- FixUp.cs
- HwndAppCommandInputProvider.cs
- BrowserInteropHelper.cs
- FileStream.cs
- DesignerResources.cs
- coordinatorfactory.cs
- PagePropertiesChangingEventArgs.cs
- XmlExpressionDumper.cs
- _AuthenticationState.cs
- ExtractCollection.cs
- ProcessInputEventArgs.cs
- FindCriteriaElement.cs
- MobileControlsSection.cs
- CodeDelegateInvokeExpression.cs
- MDIControlStrip.cs
- SqlVisitor.cs
- ImageSource.cs
- InteropAutomationProvider.cs
- ImageMapEventArgs.cs
- MatrixAnimationUsingPath.cs
- CustomAttribute.cs
- ColumnCollection.cs
- PTUtility.cs
- PrtTicket_Editor.cs
- TreeViewItemAutomationPeer.cs
- PKCS1MaskGenerationMethod.cs
- ArgIterator.cs
- Send.cs
- Visual3DCollection.cs
- Transform.cs
- QilTypeChecker.cs
- ValueTypeFixupInfo.cs
- SafeUserTokenHandle.cs
- wgx_sdk_version.cs
- WebPartVerbCollection.cs
- BindingBase.cs
- ColorConvertedBitmap.cs
- ManipulationLogic.cs
- ResolvedKeyFrameEntry.cs
- QuaternionIndependentAnimationStorage.cs
- DataKey.cs
- StrokeNodeData.cs
- ContainerParagraph.cs
- ParserHooks.cs
- Input.cs
- AppSettings.cs
- AdornerHitTestResult.cs
- DescendentsWalker.cs
- EventHandlersStore.cs
- WindowsSlider.cs
- ApplicationDirectoryMembershipCondition.cs
- PngBitmapDecoder.cs
- HttpRequestWrapper.cs
- HwndPanningFeedback.cs
- SSmlParser.cs
- DrawingGroup.cs
- BaseProcessor.cs
- metadatamappinghashervisitor.cs
- RegisteredHiddenField.cs
- FormViewInsertEventArgs.cs
- NullableConverter.cs
- WindowsListViewGroup.cs
- PKCS1MaskGenerationMethod.cs
- CounterCreationDataCollection.cs
- BaseParagraph.cs
- SetterBaseCollection.cs
- MachineKeyConverter.cs
- Focus.cs
- IndentTextWriter.cs