Partilhar via


IMobileServiceEventManager.Subscribe<T>(Action<T>) Método

Definição

Assina notificações de evento.

public IDisposable Subscribe<T> (Action<T> next) where T : class, Microsoft.WindowsAzure.MobileServices.Eventing.IMobileServiceEvent;
abstract member Subscribe : Action<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.MobileServices.Eventing.IMobileServiceEvent)> -> IDisposable (requires 'T : null and 'T :> Microsoft.WindowsAzure.MobileServices.Eventing.IMobileServiceEvent)
Public Function Subscribe(Of T As {Class, IMobileServiceEvent}) (next As Action(Of T)) As IDisposable

Parâmetros de tipo

T

O tipo base de evento pelo qual filtrar as notificações.

Parâmetros

next
Action<T>

O delegado a ser invocado para manipular eventos.

Retornos

Uma IDisposable instância que representa a assinatura.

Aplica-se a