WorkflowIdleElement.TimeToUnload Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o período de tempo designado para descarregar a instância de fluxo de trabalho.
public:
property TimeSpan TimeToUnload { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("timeToUnload", DefaultValue="00:01:00")]
public TimeSpan TimeToUnload { get; set; }
[System.Configuration.ConfigurationProperty("timeToUnload", DefaultValue="00:01:00")]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan TimeToUnload { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("timeToUnload", DefaultValue="00:01:00")>]
member this.TimeToUnload : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("timeToUnload", DefaultValue="00:01:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.TimeToUnload : TimeSpan with get, set
Public Property TimeToUnload As TimeSpan
Valor da propriedade
Um objeto timespan.
- Atributos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.