Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / TransactionBridge / Microsoft / Transactions / Wsat / Recovery / LogEntry.cs / 1 / LogEntry.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- // This file contains the class that represents a deserialized log entry using System; using System.ServiceModel; using Microsoft.Transactions.Wsat.Messaging; namespace Microsoft.Transactions.Wsat.Recovery { class LogEntry { string remoteTransactionId; Guid localTransactionId; Guid localEnlistmentId; EndpointAddress endpoint; public LogEntry(string remoteTransactionId, Guid localTransactionId, Guid localEnlistmentId, EndpointAddress endpoint) { this.remoteTransactionId = remoteTransactionId; this.localTransactionId = localTransactionId; this.localEnlistmentId = localEnlistmentId; this.endpoint = endpoint; } public LogEntry(string remoteTransactionId, Guid localTransactionId, Guid localEnlistmentId) : this(remoteTransactionId, localTransactionId, localEnlistmentId, null) { } public string RemoteTransactionId { get { return this.remoteTransactionId; } } public Guid LocalTransactionId { get { return this.localTransactionId; } } public Guid LocalEnlistmentId { get { return this.localEnlistmentId; } } public EndpointAddress Endpoint { get { return this.endpoint; } set { this.endpoint = value; } } } } // 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
- XamlTreeBuilderBamlRecordWriter.cs
- SubMenuStyle.cs
- BindingNavigator.cs
- Object.cs
- HtmlControlPersistable.cs
- HotCommands.cs
- StyleSheetRefUrlEditor.cs
- CodeAccessSecurityEngine.cs
- InternalRelationshipCollection.cs
- Base64Stream.cs
- ReferencedAssembly.cs
- SubpageParaClient.cs
- SiteMapProvider.cs
- webclient.cs
- InputScope.cs
- CodeObjectCreateExpression.cs
- WhiteSpaceTrimStringConverter.cs
- ControlCachePolicy.cs
- WCFServiceClientProxyGenerator.cs
- ExtentKey.cs
- JsonSerializer.cs
- StrongName.cs
- SQLByte.cs
- AnnotationDocumentPaginator.cs
- JournalNavigationScope.cs
- FontWeight.cs
- MemberDescriptor.cs
- ChannelManager.cs
- WebReference.cs
- WebPartVerbCollection.cs
- XmlWriter.cs
- MonthCalendar.cs
- ArrangedElement.cs
- XmlSchemaSimpleContentRestriction.cs
- CacheDependency.cs
- ControlTemplate.cs
- ColorInterpolationModeValidation.cs
- TypedTableHandler.cs
- SqlDependency.cs
- BindingWorker.cs
- GlobalProxySelection.cs
- FrameworkTemplate.cs
- PolyLineSegment.cs
- Ref.cs
- SourceElementsCollection.cs
- KnownTypes.cs
- Row.cs
- ToolStripContainer.cs
- ButtonAutomationPeer.cs
- UrlEncodedParameterWriter.cs
- WebPartsSection.cs
- PeerTransportSecurityElement.cs
- RSAPKCS1SignatureFormatter.cs
- Nullable.cs
- DnsEndpointIdentity.cs
- CapabilitiesState.cs
- ProfilePropertySettingsCollection.cs
- CTreeGenerator.cs
- WebAdminConfigurationHelper.cs
- ExpandCollapseProviderWrapper.cs
- PathGeometry.cs
- BooleanProjectedSlot.cs
- CryptoStream.cs
- SourceFilter.cs
- FrameSecurityDescriptor.cs
- CodeDomSerializationProvider.cs
- DocumentCollection.cs
- EntityDataSourceContainerNameItem.cs
- XmlRootAttribute.cs
- autovalidator.cs
- HttpStreamMessage.cs
- FrameworkContentElement.cs
- ColumnMapVisitor.cs
- OleDbDataReader.cs
- SingleObjectCollection.cs
- MimeBasePart.cs
- PropertyContainer.cs
- MSHTMLHost.cs
- LongSumAggregationOperator.cs
- Model3DGroup.cs
- NativeRecognizer.cs
- CharAnimationBase.cs
- StdValidatorsAndConverters.cs
- Vector3DCollection.cs
- CriticalHandle.cs
- OleDbInfoMessageEvent.cs
- SmiEventSink_DeferedProcessing.cs
- CertificateManager.cs
- RequestTimeoutManager.cs
- DataTemplateKey.cs
- Rule.cs
- FileNotFoundException.cs
- ClientConvert.cs
- Accessors.cs
- NativeMethods.cs
- altserialization.cs
- DoubleAnimation.cs
- XmlSerializerVersionAttribute.cs
- EmptyEnumerable.cs
- AdPostCacheSubstitution.cs