Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.ServiceModel.Activities / System / ServiceModel / Activities / Tracking / ReceiveMessageRecord.cs / 1305376 / ReceiveMessageRecord.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Activities.Tracking { using System.Activities.Tracking; using System.Runtime; [Fx.Tag.XamlVisible(false)] public class ReceiveMessageRecord : CustomTrackingRecord { public ReceiveMessageRecord(string name) : base(name) { } protected ReceiveMessageRecord(ReceiveMessageRecord record) :base(record) { } public Guid E2EActivityId { get { return (Guid)this.Data[MessagingActivityHelper.E2EActivityId]; } internal set { this.Data[MessagingActivityHelper.E2EActivityId] = value; } } public Guid MessageId { get { return (Guid)this.Data[MessagingActivityHelper.MessageId]; } } protected override TrackingRecord Clone() { return new ReceiveMessageRecord(this); } } } // 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
- filewebrequest.cs
- ValueChangedEventManager.cs
- DockPatternIdentifiers.cs
- SetStoryboardSpeedRatio.cs
- ServiceElementCollection.cs
- FontCacheUtil.cs
- ComEventsMethod.cs
- TimeSpanStorage.cs
- SmtpSection.cs
- WorkflowDesigner.cs
- WrappedIUnknown.cs
- TraceListener.cs
- ActivationArguments.cs
- StrokeNodeEnumerator.cs
- JsonSerializer.cs
- PermissionToken.cs
- DesignerTransaction.cs
- DbDataAdapter.cs
- ResourcePool.cs
- _OSSOCK.cs
- TextBounds.cs
- BamlLocalizableResourceKey.cs
- CreateRefExpr.cs
- PageParser.cs
- Point3D.cs
- GenericWebPart.cs
- MailSettingsSection.cs
- DataBoundLiteralControl.cs
- FaultConverter.cs
- WhiteSpaceTrimStringConverter.cs
- log.cs
- ApplicationBuildProvider.cs
- CompModSwitches.cs
- UnsafeCollabNativeMethods.cs
- GridViewColumnCollection.cs
- DataBinding.cs
- ToolStripItemDesigner.cs
- AttributeSetAction.cs
- ListDictionary.cs
- ToolboxControl.cs
- Subtree.cs
- FontNamesConverter.cs
- XXXOnTypeBuilderInstantiation.cs
- recordstate.cs
- ExtenderProvidedPropertyAttribute.cs
- _KerberosClient.cs
- x509utils.cs
- DateTimeFormatInfo.cs
- PrivateFontCollection.cs
- DbDataReader.cs
- GeometryGroup.cs
- StringHelper.cs
- XmlMembersMapping.cs
- MemberRelationshipService.cs
- ViewStateException.cs
- BamlTreeMap.cs
- RemotingSurrogateSelector.cs
- RoutedCommand.cs
- _ScatterGatherBuffers.cs
- SQLByte.cs
- PlatformNotSupportedException.cs
- TabPage.cs
- GB18030Encoding.cs
- SqlCachedBuffer.cs
- ContentIterators.cs
- TableLayoutStyle.cs
- LineGeometry.cs
- PropertyInformationCollection.cs
- Label.cs
- XdrBuilder.cs
- CompressEmulationStream.cs
- Command.cs
- SimpleApplicationHost.cs
- DataGridViewRowCollection.cs
- HandleRef.cs
- PropertyTabChangedEvent.cs
- ProcessHostMapPath.cs
- WindowsScrollBarBits.cs
- Directory.cs
- ChangeTracker.cs
- XmlCharType.cs
- ObjectTag.cs
- ManifestSignatureInformation.cs
- ImageMapEventArgs.cs
- MenuBase.cs
- XmlSchemaObjectTable.cs
- AudioBase.cs
- SchemaExporter.cs
- Inflater.cs
- UpdateTranslator.cs
- SchemaImporter.cs
- CodeTypeDelegate.cs
- UInt64Storage.cs
- MessageAction.cs
- LinqExpressionNormalizer.cs
- TextUtf8RawTextWriter.cs
- CompareInfo.cs
- ThreadStaticAttribute.cs
- DependencyPropertyDescriptor.cs
- CheckBoxStandardAdapter.cs