Share via


MessagingFactorySettings.OperationTimeout プロパティ

定義

タイムアウトするまでの TimeSpan メッセージング操作の完了時間を指定する を取得または設定します。

public TimeSpan OperationTimeout { get; set; }
member this.OperationTimeout : TimeSpan with get, set
Public Property OperationTimeout As TimeSpan

プロパティ値

TimeSpanメッセージング操作がタイムアウトするまでに完了する必要がある時間を指定する 。既定値は 1 分です。

例外

null が設定されています。たとえば、null 許容 TimeSpanです。

0 または負 TimeSpan の値が設定されています。

適用対象