ModuleClient.OperationTimeoutInMilliseconds プロパティ

定義

操作の再試行で使用されるタイムアウトを格納します。 キャンセル トークンが指定された操作では、この値は無視されることに注意してください。 たとえば、SendEventAsync(Message) はこのタイムアウトを使用しますが、SendEventAsync(Message, CancellationToken) は使用しません。 後者の操作は、指定されたキャンセル トークンによってのみ取り消されます。

public uint OperationTimeoutInMilliseconds { get; set; }
member this.OperationTimeoutInMilliseconds : uint32 with get, set
Public Property OperationTimeoutInMilliseconds As UInteger

プロパティ値

適用対象