ClientBase<TChannel>.ChannelBase<T>.IContextChannel.OperationTimeout Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la période pendant laquelle une opération doit se terminer ou une exception est levée.
property TimeSpan System::ServiceModel::IContextChannel::OperationTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan System.ServiceModel.IContextChannel.OperationTimeout { get; set; }
member this.System.ServiceModel.IContextChannel.OperationTimeout : TimeSpan with get, set
Property OperationTimeout As TimeSpan Implements IContextChannel.OperationTimeout
Valeur de propriété
Intervalle de temps qui spécifie la période dans laquelle une opération doit se terminer.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance ClientBase<TChannel>.ChannelBase<T> est convertie en IContextChannel interface.