Partager via


IMobileServiceEventManager Interface

Définition

Gère les notifications d’événements et les abonnements.

public interface IMobileServiceEventManager : IObservable<Microsoft.WindowsAzure.MobileServices.Eventing.IMobileServiceEvent>
type IMobileServiceEventManager = interface
    interface IObservable<IMobileServiceEvent>
Public Interface IMobileServiceEventManager
Implements IObservable(Of IMobileServiceEvent)
Implémente

Méthodes

PublishAsync(IMobileServiceEvent)

Publie un IMobileServiceEvent.

Subscribe<T>(Action<T>)

S’abonne aux notifications d’événements.

S’applique à