Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.ServiceModel.Activities / System / ServiceModel / Activities / Tracking / TrackingProfileManager.cs / 1305376 / TrackingProfileManager.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Activities.Tracking { using System; using System.Runtime; using System.Activities.Tracking; abstract class TrackingProfileManager { protected TrackingProfileManager() { } public virtual IAsyncResult BeginLoad( string profileName, string activityDefinitionId, TimeSpan timeout, AsyncCallback callback, object state) { TrackingProfile profile = Load(profileName, activityDefinitionId, timeout); return new CompletedAsyncResult(profile, callback, state); } public abstract TrackingProfile Load( string profileName, string activityDefinitionId, TimeSpan timeout); public virtual TrackingProfile EndLoad(IAsyncResult result) { return CompletedAsyncResult .End(result); } } } // 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
- SuppressMergeCheckAttribute.cs
- DPAPIProtectedConfigurationProvider.cs
- TabControlAutomationPeer.cs
- UnsafeNativeMethodsCLR.cs
- HostProtectionPermission.cs
- SymbolType.cs
- propertyentry.cs
- FileUpload.cs
- ObjectCloneHelper.cs
- StickyNoteContentControl.cs
- DefaultPerformanceCounters.cs
- Button.cs
- DataTransferEventArgs.cs
- BorderGapMaskConverter.cs
- BaseResourcesBuildProvider.cs
- EdmComplexTypeAttribute.cs
- GenericQueueSurrogate.cs
- Bold.cs
- _HeaderInfoTable.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- TrackingConditionCollection.cs
- NotifyInputEventArgs.cs
- VisualStyleInformation.cs
- EventLogPermissionAttribute.cs
- BuildProvidersCompiler.cs
- MsdtcClusterUtils.cs
- StreamMarshaler.cs
- InternalBufferOverflowException.cs
- GatewayDefinition.cs
- ComboBox.cs
- ColumnMapVisitor.cs
- XmlNamespaceDeclarationsAttribute.cs
- X509SecurityTokenParameters.cs
- SiteMapSection.cs
- Transform3DCollection.cs
- ActivityDesignerAccessibleObject.cs
- VisualBasicValue.cs
- BookmarkOptionsHelper.cs
- StructuralType.cs
- RepeatBehaviorConverter.cs
- MemberAssignment.cs
- ZipIOExtraFieldElement.cs
- Error.cs
- SchemaRegistration.cs
- shaperfactory.cs
- AdornerDecorator.cs
- TextAutomationPeer.cs
- DataServiceException.cs
- AccessibleObject.cs
- SchemaTypeEmitter.cs
- UniqueID.cs
- PropertyFilterAttribute.cs
- SyndicationSerializer.cs
- SolidColorBrush.cs
- SecurityRuntime.cs
- PrincipalPermission.cs
- FormViewUpdatedEventArgs.cs
- GridViewUpdateEventArgs.cs
- ManifestBasedResourceGroveler.cs
- EndpointIdentityConverter.cs
- GetLedgerRequest.cs
- TreeNodeCollectionEditor.cs
- BinaryConverter.cs
- BinaryUtilClasses.cs
- SearchForVirtualItemEventArgs.cs
- MenuItemCollectionEditorDialog.cs
- TimerElapsedEvenArgs.cs
- TraceHandlerErrorFormatter.cs
- MarkupProperty.cs
- AnnotationElement.cs
- Floater.cs
- EncryptedHeader.cs
- XmlSchemaFacet.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ResolveDuplexAsyncResult.cs
- ScriptComponentDescriptor.cs
- QuaternionAnimation.cs
- HScrollProperties.cs
- TextContainerHelper.cs
- ZipIOExtraFieldZip64Element.cs
- MediaElementAutomationPeer.cs
- ControlParameter.cs
- DataGridViewRowConverter.cs
- EntityViewGenerationAttribute.cs
- MediaContextNotificationWindow.cs
- MeshGeometry3D.cs
- EntityKeyElement.cs
- Version.cs
- DBConnectionString.cs
- HttpServerUtilityBase.cs
- sqlmetadatafactory.cs
- DbConnectionPoolGroupProviderInfo.cs
- InstanceDataCollectionCollection.cs
- _SingleItemRequestCache.cs
- Positioning.cs
- DesignerLinkAdapter.cs
- ControllableStoryboardAction.cs
- SettingsPropertyCollection.cs
- HwndSourceParameters.cs
- DiscoveryDefaults.cs