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 le délai de fin d'une opération avant qu'une exception ne soit 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é
Timespan qui spécifie le délai de fin de l'opération.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ClientBase<TChannel>.ChannelBase<T> est castée en interface IContextChannel.