Compartilhar via


IMobileServiceEventManager Interface

Definição

Gerencia notificações de eventos e assinaturas.

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

Métodos

PublishAsync(IMobileServiceEvent)

Publica um IMobileServiceEvent.

Subscribe<T>(Action<T>)

Assina as notificações de evento.

Aplica-se a