ISenderClient インターフェイス

定義

異なるクライアント間の一般的な送信機能を定義するインターフェイス。

public interface ISenderClient : Microsoft.Azure.ServiceBus.IClientEntity
type ISenderClient = interface
    interface IClientEntity
Public Interface ISenderClient
Implements IClientEntity
派生
実装

プロパティ

ClientId

このクライアントを識別する ID を取得します。 これは、ログと例外を関連付けるために使用できます。

(継承元 IClientEntity)
IsClosedOrClosing

クライアントが閉じているか閉じている場合は true を返します。

(継承元 IClientEntity)
OperationTimeout

個々の操作がタイムアウトする期間。

(継承元 IClientEntity)
OwnsConnection

接続が所有されている場合は true、接続が共有されている場合は false を返します。

(継承元 IClientEntity)
Path

エンティティ パスを取得します。

(継承元 IClientEntity)
RegisteredPlugins

このクライアントの現在登録されているプラグインの一覧を取得します。

(継承元 IClientEntity)
ServiceBusConnection

Service Bus 名前空間への接続オブジェクト。

(継承元 IClientEntity)

メソッド

CancelScheduledMessageAsync(Int64)

スケジュールされたメッセージを取り消します。

CloseAsync()

クライアントを閉じます。 その接続によって開かれた接続を閉じます。

(継承元 IClientEntity)
RegisterPlugin(ServiceBusPlugin)

ServiceBusPluginこのクライアントで使用する を登録します。

(継承元 IClientEntity)
ScheduleMessageAsync(Message, DateTimeOffset)

Service Bus にメッセージを表示するようにスケジュールします。

SendAsync(IList<Message>)

メッセージの一覧を Service Bus に送信します。 パーティション分割されたエンティティで呼び出されると、異なるパーティション用のメッセージを一緒にバッチ処理することはできません。

SendAsync(Message)

Service Bus にメッセージを送信します。

UnregisterPlugin(String)

の登録を ServiceBusPlugin解除します。

(継承元 IClientEntity)

適用対象

こちらもご覧ください