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
- WebPartZoneCollection.cs
- PathFigureCollection.cs
- SpecialTypeDataContract.cs
- DbInsertCommandTree.cs
- SoapExtensionTypeElement.cs
- UnsafeNativeMethods.cs
- Path.cs
- Polygon.cs
- AppSecurityManager.cs
- DataGridViewDataConnection.cs
- Type.cs
- entityreference_tresulttype.cs
- WaitForChangedResult.cs
- safemediahandle.cs
- InternalCache.cs
- InvalidContentTypeException.cs
- CollectionViewSource.cs
- NamespaceList.cs
- LogReserveAndAppendState.cs
- HttpHandlerActionCollection.cs
- SimpleApplicationHost.cs
- AutomationPatternInfo.cs
- PrintPreviewDialog.cs
- UIElementParaClient.cs
- ComponentGlyph.cs
- StringValueSerializer.cs
- PerformanceCounterPermissionEntry.cs
- XhtmlMobileTextWriter.cs
- HtmlInputControl.cs
- CharUnicodeInfo.cs
- UniformGrid.cs
- DSGeneratorProblem.cs
- RawAppCommandInputReport.cs
- CatalogPart.cs
- CapabilitiesRule.cs
- PersonalizationStateQuery.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- TdsParserHelperClasses.cs
- References.cs
- Converter.cs
- DispatcherObject.cs
- DataContext.cs
- ProfileServiceManager.cs
- SelectorItemAutomationPeer.cs
- GiveFeedbackEventArgs.cs
- Viewport2DVisual3D.cs
- IntSecurity.cs
- MetadataItemEmitter.cs
- OleDbParameterCollection.cs
- UrlEncodedParameterWriter.cs
- StringInfo.cs
- Padding.cs
- DataContext.cs
- Simplifier.cs
- BoundColumn.cs
- DataListAutoFormat.cs
- DebuggerAttributes.cs
- wgx_commands.cs
- WebPartConnectionsConnectVerb.cs
- TraceEventCache.cs
- XmlElementAttribute.cs
- ResolveNameEventArgs.cs
- SafeRegistryKey.cs
- RegexCaptureCollection.cs
- InvalidProgramException.cs
- TypefaceMetricsCache.cs
- Axis.cs
- Msec.cs
- RangeValueProviderWrapper.cs
- AngleUtil.cs
- MenuItemStyleCollection.cs
- ListViewInsertedEventArgs.cs
- GrammarBuilder.cs
- OrderedDictionaryStateHelper.cs
- StateRuntime.cs
- BuildManagerHost.cs
- UnsettableComboBox.cs
- ConfigurationException.cs
- EntityTemplateUserControl.cs
- COMException.cs
- IteratorFilter.cs
- TableHeaderCell.cs
- Point.cs
- HelloOperationCD1AsyncResult.cs
- OrderedDictionaryStateHelper.cs
- ValidatedControlConverter.cs
- TextTreeTextElementNode.cs
- SchemaCollectionPreprocessor.cs
- HtmlHistory.cs
- XmlObjectSerializerReadContext.cs
- DbConnectionOptions.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ScriptingScriptResourceHandlerSection.cs
- WebPartConnection.cs
- HtmlInputControl.cs
- RoutingExtension.cs
- SingleObjectCollection.cs
- SmtpNegotiateAuthenticationModule.cs
- GroupBoxDesigner.cs
- EntityClassGenerator.cs