次の方法で共有


ActorProxyEventExtensions.UnsubscribeAsync<TEvent> メソッド

定義

公開されたアクター イベントの登録を解除します。

public static System.Threading.Tasks.Task UnsubscribeAsync<TEvent> (this Microsoft.ServiceFabric.Actors.IActorEventPublisher actorProxy, TEvent subscriber);
static member UnsubscribeAsync : Microsoft.ServiceFabric.Actors.IActorEventPublisher * 'Event -> System.Threading.Tasks.Task
<Extension()>
Public Function UnsubscribeAsync(Of TEvent) (actorProxy As IActorEventPublisher, subscriber As TEvent) As Task

型パラメーター

TEvent

イベント インターフェイスの型。

パラメーター

actorProxy
IActorEventPublisher

イベントを発行するアクター。

subscriber
TEvent

イベントを受信するサブスクライバー。

戻り値

パブリッシュされたアクター イベントからのサブスクライブ解除の非同期操作を表すタスク。

例外

actorProxy が型でない場合 ActorProxy

.

TEvent が実装されていない場合 IActorEvents

適用対象