PersistenceProviderBehavior Class

Definition

Caution

The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*

Defines the behavior for a PersistenceProviderFactory associated with a WorkflowServiceHost.

public ref class PersistenceProviderBehavior : System::ServiceModel::Description::IServiceBehavior
public class PersistenceProviderBehavior : System.ServiceModel.Description.IServiceBehavior
[System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public class PersistenceProviderBehavior : System.ServiceModel.Description.IServiceBehavior
type PersistenceProviderBehavior = class
    interface IServiceBehavior
[<System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>]
type PersistenceProviderBehavior = class
    interface IServiceBehavior
Public Class PersistenceProviderBehavior
Implements IServiceBehavior
Inheritance
PersistenceProviderBehavior
Attributes
Implements

Constructors

PersistenceProviderBehavior(PersistenceProviderFactory)

Initializes a new instance of the PersistenceProviderBehavior class.

PersistenceProviderBehavior(PersistenceProviderFactory, TimeSpan)

Initializes a new instance of the PersistenceProviderBehavior class.

Properties

PersistenceOperationTimeout

The timeout after which persistence operations performed by persistence providers configured with this object abort.

PersistenceProviderFactory

The PersistenceProviderFactory associated with the behavior object.

Methods

AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection)

Not implemented in PersistenceProviderBehavior.

ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

Not implemented in PersistenceProviderBehavior.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
Validate(ServiceDescription, ServiceHostBase)

Not implemented in PersistenceProviderBehavior.

Applies to