Share via


IMobileServiceEventManager Interface

Definition

Manages event notifications and subscriptions.

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

Methods

PublishAsync(IMobileServiceEvent)

Publishes a IMobileServiceEvent.

Subscribe<T>(Action<T>)

Subscribes to event notifications.

Applies to