ChannelListenerBase.DefaultOpenTimeout Propriedade
Definição
Obtém o intervalo de tempo padrão fornecido para a conclusão de uma operação open.Gets the default interval of time provided for an open operation to complete.
protected:
virtual property TimeSpan DefaultOpenTimeout { TimeSpan get(); };
protected override TimeSpan DefaultOpenTimeout { get; }
member this.DefaultOpenTimeout : TimeSpan
Protected Overrides ReadOnly Property DefaultOpenTimeout As TimeSpan
Valor da propriedade
O padrão TimeSpan que especifica por quanto tempo a operação aberta deve ser concluída antes de atingir o tempo limite.The default TimeSpan that specifies how long the open operation has to complete before timing out.
Comentários
Esse valor é definido ao criar um novo ChannelListenerBase objeto.This value is set when creating a new ChannelListenerBase object. O ChannelListenerBase() construtor padrão define a DefaultOpenTimeout propriedade como um valor de 1 minuto.The default ChannelListenerBase() constructor sets the DefaultOpenTimeout property to a value of 1 minute. Use ChannelListenerBase(IDefaultCommunicationTimeouts) se você quiser especificar outro valor para esse tempo limite.Use ChannelListenerBase(IDefaultCommunicationTimeouts) if you want to specify another value for this timeout.