Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.ServiceModel.Activities / System / ServiceModel / Activities / Tracking / SendMessageRecord.cs / 1305376 / SendMessageRecord.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 SendMessageRecord : CustomTrackingRecord { public SendMessageRecord(string name) : base(name) { } protected SendMessageRecord(SendMessageRecord record) : base(record) { } public Guid E2EActivityId { set { this.Data[MessagingActivityHelper.E2EActivityId] = value; } get { return (Guid)this.Data[MessagingActivityHelper.E2EActivityId]; } } protected override TrackingRecord Clone() { return new SendMessageRecord(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
- TypeHelper.cs
- BinaryEditor.cs
- RuntimeVariablesExpression.cs
- CngAlgorithm.cs
- DefaultEvaluationContext.cs
- DoubleLink.cs
- NavigateUrlConverter.cs
- NamespaceList.cs
- CapabilitiesPattern.cs
- Simplifier.cs
- AlternateViewCollection.cs
- StylusPointPropertyUnit.cs
- AppDomainManager.cs
- StylusLogic.cs
- ISCIIEncoding.cs
- ScriptRegistrationManager.cs
- QilInvokeLateBound.cs
- IntersectQueryOperator.cs
- ColumnPropertiesGroup.cs
- CompositionTarget.cs
- TrackingMemoryStreamFactory.cs
- util.cs
- TypeDelegator.cs
- ActiveXHelper.cs
- ObjectDataSourceView.cs
- Vector3DCollection.cs
- EnumValAlphaComparer.cs
- DataGridViewTextBoxEditingControl.cs
- MatrixTransform.cs
- CounterSet.cs
- ConditionCollection.cs
- SerialPinChanges.cs
- XmlLanguage.cs
- ScrollData.cs
- ChangeProcessor.cs
- ImageCodecInfoPrivate.cs
- Point3DCollection.cs
- StringCollection.cs
- TerminatorSinks.cs
- CodeRegionDirective.cs
- ResXResourceWriter.cs
- TableCell.cs
- namescope.cs
- NameTable.cs
- CellQuery.cs
- EventDescriptor.cs
- ConfigurationSection.cs
- MyContact.cs
- ComponentDispatcherThread.cs
- CodeCastExpression.cs
- Evaluator.cs
- IncomingWebRequestContext.cs
- DefaultCommandConverter.cs
- CuspData.cs
- EditorPartChrome.cs
- CharConverter.cs
- Assert.cs
- CustomCredentialPolicy.cs
- Util.cs
- HttpDictionary.cs
- SspiNegotiationTokenProviderState.cs
- SqlBuilder.cs
- OpacityConverter.cs
- ListControlConvertEventArgs.cs
- TracedNativeMethods.cs
- COM2Properties.cs
- EntityDataSourceSelectingEventArgs.cs
- ListView.cs
- EpmCustomContentWriterNodeData.cs
- ImageBrush.cs
- LinkedResource.cs
- PtsHelper.cs
- EmptyStringExpandableObjectConverter.cs
- _BasicClient.cs
- GcSettings.cs
- ComplexTypeEmitter.cs
- VectorConverter.cs
- DesignerToolStripControlHost.cs
- DataViewManager.cs
- SynchronizingStream.cs
- SymmetricCryptoHandle.cs
- WmpBitmapDecoder.cs
- LinkLabelLinkClickedEvent.cs
- DataColumn.cs
- CacheAxisQuery.cs
- LineProperties.cs
- SimpleMailWebEventProvider.cs
- EncoderReplacementFallback.cs
- GregorianCalendarHelper.cs
- AsyncResult.cs
- ellipse.cs
- SecurityBindingElement.cs
- AuthenticationService.cs
- TemplateContentLoader.cs
- IgnoreDataMemberAttribute.cs
- RuntimeTrackingProfile.cs
- SynchronizationLockException.cs
- WindowsTreeView.cs
- MetadataSource.cs
- Size3DConverter.cs