Compartir a través de


IMobileServiceEventManager Interfaz

Definición

Administra las notificaciones de eventos y las suscripciones.

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

Métodos

PublishAsync(IMobileServiceEvent)

Publica un IMobileServiceEventobjeto .

Subscribe<T>(Action<T>)

Se suscribe a las notificaciones de eventos.

Se aplica a