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
- ExpandedWrapper.cs
- GlobalizationSection.cs
- TreeView.cs
- XamlTreeBuilderBamlRecordWriter.cs
- ThicknessKeyFrameCollection.cs
- TreeNodeSelectionProcessor.cs
- GeometryGroup.cs
- EventLogException.cs
- DataObjectSettingDataEventArgs.cs
- BitmapEffectDrawingContextState.cs
- ImagingCache.cs
- OptimalBreakSession.cs
- SuppressMergeCheckAttribute.cs
- CultureSpecificCharacterBufferRange.cs
- localization.cs
- NamespaceQuery.cs
- RenderDataDrawingContext.cs
- FileDataSourceCache.cs
- GroupBoxRenderer.cs
- UserNameSecurityTokenProvider.cs
- COMException.cs
- Polygon.cs
- CompositeDispatchFormatter.cs
- AssemblyBuilder.cs
- HiddenField.cs
- PeerService.cs
- BrowserCapabilitiesFactoryBase.cs
- DrawingState.cs
- LayoutDump.cs
- InvalidOleVariantTypeException.cs
- ParserStack.cs
- FlowDocument.cs
- XmlHelper.cs
- ValidatedControlConverter.cs
- FormViewCommandEventArgs.cs
- RuleSettingsCollection.cs
- XPathBinder.cs
- Int32CollectionConverter.cs
- SafeFindHandle.cs
- KeyFrames.cs
- RegexCharClass.cs
- QilVisitor.cs
- CreateParams.cs
- FontFaceLayoutInfo.cs
- EmbeddedMailObjectsCollection.cs
- RSAPKCS1KeyExchangeFormatter.cs
- DataSourceControl.cs
- HttpCookiesSection.cs
- AutoCompleteStringCollection.cs
- LabelExpression.cs
- Query.cs
- InternalRelationshipCollection.cs
- TemplateDefinition.cs
- Rotation3DAnimationBase.cs
- TrackingMemoryStream.cs
- VisualBasicHelper.cs
- AnonymousIdentificationSection.cs
- WaitHandleCannotBeOpenedException.cs
- TCPClient.cs
- ValidationRuleCollection.cs
- WebPartTransformerAttribute.cs
- CodeIdentifier.cs
- MSG.cs
- DecimalAnimation.cs
- LoginUtil.cs
- ApplicationBuildProvider.cs
- wmiprovider.cs
- Odbc32.cs
- MessageFilterTable.cs
- QualifiedId.cs
- SchemaNames.cs
- DocumentReference.cs
- SymbolPair.cs
- WebAdminConfigurationHelper.cs
- CounterNameConverter.cs
- HttpAsyncResult.cs
- KnownColorTable.cs
- BitmapCodecInfoInternal.cs
- DeferredRunTextReference.cs
- TdsParameterSetter.cs
- SizeLimitedCache.cs
- RelationshipEnd.cs
- XmlText.cs
- HtmlPanelAdapter.cs
- DataGridViewCellStyle.cs
- EnumValidator.cs
- SqlCharStream.cs
- ExtensibleClassFactory.cs
- SymbolTable.cs
- RootDesignerSerializerAttribute.cs
- GPPOINTF.cs
- VectorAnimationUsingKeyFrames.cs
- HtmlInputControl.cs
- MethodBuilderInstantiation.cs
- SafeCertificateStore.cs
- BitmapCodecInfo.cs
- CatalogZone.cs
- NumberSubstitution.cs
- ComboBox.cs
- ClientType.cs