WorkflowServiceAttributes Construtor
Definição
Inicializa uma nova instância da classe WorkflowServiceAttributes.Initializes a new instance of the WorkflowServiceAttributes class.
public:
WorkflowServiceAttributes();
public WorkflowServiceAttributes ();
Public Sub New ()
Exemplos
O exemplo a seguir demonstra como criar uma nova instância da WorkflowServiceAttributes classe.The following example demonstrates how to create a new instance of the WorkflowServiceAttributes class.
WorkflowServiceAttributes attributes = new WorkflowServiceAttributes();
Dim attributes As New WorkflowServiceAttributes()
Comentários
Esse construtor é normalmente chamado quando a ReceiveActivity atividade pai é criada.This constructor is typically called when the parent ReceiveActivity activity is created.