Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / WorkflowQueueInfo.cs / 1305376 / WorkflowQueueInfo.cs
// **************************************************************************** // Copyright (C) Microsoft Corporation. All rights reserved. // using System; using System.IO; using System.Threading; using System.Diagnostics; using System.Globalization; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Workflow.Runtime; using System.Workflow.ComponentModel; using System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime { public class WorkflowQueueInfo { private IComparable _queueName; private ICollection _items; private ReadOnlyCollection_subscribedActivityNames; internal WorkflowQueueInfo(IComparable queueName, ICollection items, ReadOnlyCollection subscribedActivityNames) { _queueName = queueName; _items = items; _subscribedActivityNames = subscribedActivityNames; } public IComparable QueueName { get { return _queueName; } } public ICollection Items { get { return _items; } } public ReadOnlyCollection SubscribedActivityNames { get { return _subscribedActivityNames; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. // **************************************************************************** // Copyright (C) Microsoft Corporation. All rights reserved. // using System; using System.IO; using System.Threading; using System.Diagnostics; using System.Globalization; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Workflow.Runtime; using System.Workflow.ComponentModel; using System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime { public class WorkflowQueueInfo { private IComparable _queueName; private ICollection _items; private ReadOnlyCollection _subscribedActivityNames; internal WorkflowQueueInfo(IComparable queueName, ICollection items, ReadOnlyCollection subscribedActivityNames) { _queueName = queueName; _items = items; _subscribedActivityNames = subscribedActivityNames; } public IComparable QueueName { get { return _queueName; } } public ICollection Items { get { return _items; } } public ReadOnlyCollection SubscribedActivityNames { get { return _subscribedActivityNames; } } } } // 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
- MetabaseSettings.cs
- DiagnosticSection.cs
- SecurityContextCookieSerializer.cs
- BookmarkTable.cs
- Compress.cs
- RepeaterItemCollection.cs
- OutputCacheSettingsSection.cs
- CodeStatement.cs
- Compress.cs
- VariableElement.cs
- CombinedTcpChannel.cs
- MethodBuilderInstantiation.cs
- DependencyObjectCodeDomSerializer.cs
- DataContractSerializerSection.cs
- PageFunction.cs
- ConfigurationErrorsException.cs
- PointLightBase.cs
- GroupPartitionExpr.cs
- AttachmentService.cs
- DataGridViewCellLinkedList.cs
- EllipseGeometry.cs
- EventLogPermissionAttribute.cs
- ResourcePart.cs
- QilValidationVisitor.cs
- CodeTypeReferenceCollection.cs
- UnsafeNativeMethods.cs
- MultipleViewPattern.cs
- Msec.cs
- XmlWellformedWriter.cs
- DefaultExpression.cs
- FileSystemWatcher.cs
- IsolatedStorageFile.cs
- PropertyRecord.cs
- TraceHandlerErrorFormatter.cs
- SafePointer.cs
- ZoneButton.cs
- FixedTextPointer.cs
- XmlSchemaCompilationSettings.cs
- TraceRecords.cs
- UnsafeNativeMethods.cs
- AnimationStorage.cs
- ErrorFormatter.cs
- TextWriterEngine.cs
- XmlArrayAttribute.cs
- NamedObject.cs
- MeshGeometry3D.cs
- Point3DConverter.cs
- EventEntry.cs
- SyndicationFeed.cs
- NullableDoubleMinMaxAggregationOperator.cs
- SQLMoney.cs
- ComboBoxItem.cs
- WizardPanelChangingEventArgs.cs
- BaseCodePageEncoding.cs
- RegistryPermission.cs
- HostedTransportConfigurationManager.cs
- SnapshotChangeTrackingStrategy.cs
- Select.cs
- TypeExtensions.cs
- InterleavedZipPartStream.cs
- DesignerVerb.cs
- CompatibleComparer.cs
- PlanCompilerUtil.cs
- SqlUdtInfo.cs
- CheckBoxList.cs
- RequestResizeEvent.cs
- TemplatePagerField.cs
- SchemaImporterExtensionElement.cs
- ProjectionPlan.cs
- DCSafeHandle.cs
- DataBindingCollectionEditor.cs
- XmlSerializationReader.cs
- COM2PropertyPageUITypeConverter.cs
- _NegotiateClient.cs
- FontWeightConverter.cs
- RadioButtonAutomationPeer.cs
- xml.cs
- TypeSource.cs
- ToolStripGripRenderEventArgs.cs
- PrintPageEvent.cs
- PropertyDescriptor.cs
- BinaryObjectReader.cs
- ProxyWebPartConnectionCollection.cs
- DependencyPropertyDescriptor.cs
- ContainerParagraph.cs
- WindowsFont.cs
- RequiredFieldValidator.cs
- DataGridViewCheckBoxCell.cs
- ByteFacetDescriptionElement.cs
- TrackingStringDictionary.cs
- TextServicesCompartmentContext.cs
- DefaultProfileManager.cs
- MediaScriptCommandRoutedEventArgs.cs
- ArglessEventHandlerProxy.cs
- WebPartMenu.cs
- DocumentApplication.cs
- RestHandler.cs
- QuaternionRotation3D.cs
- ItemsPresenter.cs
- VisualTreeUtils.cs