IEventService インターフェイス
イベント サブスクリプションをサポートします。
名前空間: Microsoft.TeamFoundation.Framework.Client
アセンブリ: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)
構文
'宣言
Public Interface IEventService
public interface IEventService
IEventService 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
EventSubscriptions(String) | 互換性のために残されています。M: Microsoft.TeamFoundation.Framework.Client.IEventService.GetEventSubscriptions (Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor) | |
EventSubscriptions(String, String) | 互換性のために残されています。M: Microsoft.TeamFoundation.Framework.Client.IEventService.GetEventSubscriptions (Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor) | |
FireAsyncEvent(Object) | 互換性のために残されています。互換性のために残されています。代わりに、FireEvent メソッドを使用してください。 | |
FireAsyncEvent(String) | 互換性のために残されています。互換性のために残されています。代わりに、FireEvent メソッドを使用してください。 | |
FireBulkAsyncEvents(array<Object[]) | 互換性のために残されています。互換性のために残されています。代わりに、FireEvents メソッドを使用してください。 | |
FireBulkAsyncEvents(array<String[]) | 互換性のために残されています。互換性のために残されています。代わりに、FireEvents メソッドを使用してください。 | |
FireEvent | イベントを一致するすべてのサブスクライバーにサーバーによってされるようにスケジュールを設定します。 | |
FireEvents | イベントを一致するすべてのサブスクライバーにサーバーによってされるようにスケジュールを設定します。 | |
GetAllEventSubscriptions() | すべてのユーザーのイベント サブスクリプションを取得します。 | |
GetAllEventSubscriptions(String) | すべてのユーザーに対して指定したクラスのイベントのサブスクリプションを取得します。 | |
GetEventSubscriptions(String) | 指定されたユーザーのイベント サブスクリプションを取得します。 | |
GetEventSubscriptions(IdentityDescriptor) | 指定されたユーザーのイベント サブスクリプションを取得します。 | |
GetEventSubscriptions(String, String) | 指定されたユーザーおよびクラスのイベントのサブスクリプションを取得します。 | |
GetEventSubscriptions(IdentityDescriptor, String) | 指定されたユーザーおよびクラスのイベントのサブスクリプションを取得します。 | |
SubscribeEvent(String, String, DeliveryPreference) | イベントの呼び出し元をサブスクライブします。 | |
SubscribeEvent(String, String, DeliveryPreference, String) | イベントの呼び出し元をサブスクライブします。 | |
SubscribeEvent(String, String, String, DeliveryPreference) | 指定されたユーザーにイベントをサブスクライブします。 | |
SubscribeEvent(String, String, String, DeliveryPreference, String) | 指定されたユーザーにイベントをサブスクライブします。 | |
UnsubscribeEvent | 呼び出し元のイベントのサブスクリプションを削除します。 |
このページのトップへ