PersistenceProviderBehavior Classe

Definição

Cuidado

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

Define o comportamento de um PersistenceProviderFactory associado a um WorkflowServiceHost.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
Herança
PersistenceProviderBehavior
Atributos
Implementações

Construtores

PersistenceProviderBehavior(PersistenceProviderFactory)

Inicializa uma nova instância da classe PersistenceProviderBehavior.Initializes a new instance of the PersistenceProviderBehavior class.

PersistenceProviderBehavior(PersistenceProviderFactory, TimeSpan)

Inicializa uma nova instância da classe PersistenceProviderBehavior.Initializes a new instance of the PersistenceProviderBehavior class.

Propriedades

PersistenceOperationTimeout

O tempo limite após o qual as operações de persistência executadas por provedores de persistência configuradas com este objeto serão anuladas.The timeout after which persistence operations performed by persistence providers configured with this object abort.

PersistenceProviderFactory

O PersistenceProviderFactory associado ao objeto de comportamento.The PersistenceProviderFactory associated with the behavior object.

Métodos

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

Não implementado no PersistenceProviderBehavior.Not implemented in PersistenceProviderBehavior.

ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

Não implementado no PersistenceProviderBehavior.Not implemented in PersistenceProviderBehavior.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)
Validate(ServiceDescription, ServiceHostBase)

Não implementado no PersistenceProviderBehavior.Not implemented in PersistenceProviderBehavior.

Aplica-se a