ChannelManagerBase.IDefaultCommunicationTimeouts.SendTimeout Proprietà

Definizione

Ottiene l'intervallo di tempo al termine del quale si verifica timeout del metodo Send richiamato da un oggetto di comunicazione.

property TimeSpan System::ServiceModel::IDefaultCommunicationTimeouts::SendTimeout { TimeSpan get(); };
TimeSpan System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout { get; }
member this.System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout : TimeSpan
 ReadOnly Property SendTimeout As TimeSpan Implements IDefaultCommunicationTimeouts.SendTimeout

Valore della proprietà

TimeSpan

Oggetto TimeSpan che specifica il tempo di attesa prima del timeout del metodo Send.

Implementazioni

Commenti

IDefaultCommunicationTimeouts.SendTimeout chiama DefaultSendTimeout.

Si applica a