OperationDescription.Behaviors Propriedade

Definição

Obtém ou define os comportamentos da operação associados à operação.Gets or sets the operation behaviors associated with the operation.

public:
 property System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IOperationBehavior ^> ^ Behaviors { System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IOperationBehavior ^> ^ get(); };
public System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IOperationBehavior> Behaviors { get; }
member this.Behaviors : System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IOperationBehavior>
Public ReadOnly Property Behaviors As KeyedByTypeCollection(Of IOperationBehavior)

Valor da propriedade

KeyedByTypeCollection<IOperationBehavior>

Um KeyedByTypeCollection<TItem> que contém os IOperationBehavior objetos associados à operação.A KeyedByTypeCollection<TItem> that contains the IOperationBehavior objects associated with the operation.

Comentários

A IOperationBehavior interface é implementada para modificar, examinar ou estender algum aspecto da execução em toda a operação no nível do aplicativo para aplicativos cliente ou de serviço.The IOperationBehavior interface is implemented to modify, examine, or extend some aspect of operation-wide execution at the application level for either client or service applications.

Aplica-se a