Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / TransactionBridge / Microsoft / Transactions / Wsat / Recovery / LogEntryDeserializer.cs / 1 / LogEntryDeserializer.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- // This file contains the abstract base class for all log entry deserializers using System; using System.IO; using System.ServiceModel; using System.Xml; using Microsoft.Transactions.Wsat.Messaging; using Microsoft.Transactions.Wsat.Protocol; namespace Microsoft.Transactions.Wsat.Recovery { abstract class LogEntryDeserializer { protected MemoryStream mem; protected LogEntry entry; protected LogEntryDeserializer(MemoryStream mem, LogEntry entry) { this.entry = entry; this.mem = mem; } protected abstract void DeserializeExtended(); public LogEntry Deserialize() { DeserializeExtended(); return this.entry; } } } // 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
- EventDescriptor.cs
- MessageQueueTransaction.cs
- DbConnectionOptions.cs
- PopupEventArgs.cs
- HostedElements.cs
- DnsEndpointIdentity.cs
- ToggleButton.cs
- XmlSchemaComplexContentExtension.cs
- ThreadInterruptedException.cs
- CodeSnippetCompileUnit.cs
- HttpCacheVaryByContentEncodings.cs
- ObjectKeyFrameCollection.cs
- InfoCardTrace.cs
- DataRowCollection.cs
- HttpHeaderCollection.cs
- HttpHeaderCollection.cs
- EmbeddedMailObject.cs
- EncoderBestFitFallback.cs
- Panel.cs
- SQLResource.cs
- HyperLinkField.cs
- DataSourceGroupCollection.cs
- OracleBoolean.cs
- Registration.cs
- MetadataCollection.cs
- SimplePropertyEntry.cs
- EditingMode.cs
- BamlCollectionHolder.cs
- SerializerDescriptor.cs
- XmlAttributes.cs
- PropertyDescriptor.cs
- SchemaCollectionCompiler.cs
- RewritingPass.cs
- WindowsListViewGroup.cs
- AutoScrollExpandMessageFilter.cs
- XsltLibrary.cs
- WindowShowOrOpenTracker.cs
- WorkflowOperationBehavior.cs
- CardSpaceSelector.cs
- TrackingWorkflowEventArgs.cs
- RunWorkerCompletedEventArgs.cs
- WindowsListViewGroupHelper.cs
- WindowsNonControl.cs
- FontUnitConverter.cs
- DivideByZeroException.cs
- EntityDataSourceEntitySetNameItem.cs
- ValueExpressions.cs
- RelationshipEndMember.cs
- XPathItem.cs
- BlurEffect.cs
- TaskFactory.cs
- ButtonBaseAutomationPeer.cs
- SoapHelper.cs
- SystemInfo.cs
- Parser.cs
- AssociationType.cs
- LoginView.cs
- XmlNamespaceMappingCollection.cs
- RegexCharClass.cs
- FixedSOMContainer.cs
- TraceSection.cs
- StreamAsIStream.cs
- TypedTableBase.cs
- FilterElement.cs
- ProcessRequestArgs.cs
- JsonDeserializer.cs
- CapiSafeHandles.cs
- StreamGeometry.cs
- StylusDevice.cs
- ParameterReplacerVisitor.cs
- DropTarget.cs
- SqlBuffer.cs
- InputMethod.cs
- CodeTypeDeclarationCollection.cs
- PeerDuplexChannel.cs
- AnyAllSearchOperator.cs
- InvalidComObjectException.cs
- FilterUserControlBase.cs
- LinqDataSourceView.cs
- AnimationTimeline.cs
- BindingListCollectionView.cs
- ToolTipAutomationPeer.cs
- LeafCellTreeNode.cs
- ListViewPagedDataSource.cs
- TextElementEditingBehaviorAttribute.cs
- PreviewPageInfo.cs
- SiteMapDesignerDataSourceView.cs
- activationcontext.cs
- CellNormalizer.cs
- ConstraintEnumerator.cs
- VersionPair.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- ThreadAttributes.cs
- BaseParagraph.cs
- LogArchiveSnapshot.cs
- SqlConnectionString.cs
- WrapPanel.cs
- HighlightVisual.cs
- DockAndAnchorLayout.cs
- RangeValidator.cs