Compartilhar via


IMobileServiceEventManager.PublishAsync(IMobileServiceEvent) Método

Definição

Publica um IMobileServiceEvent.

public System.Threading.Tasks.Task PublishAsync (Microsoft.WindowsAzure.MobileServices.Eventing.IMobileServiceEvent mobileServiceEvent);
abstract member PublishAsync : Microsoft.WindowsAzure.MobileServices.Eventing.IMobileServiceEvent -> System.Threading.Tasks.Task
Public Function PublishAsync (mobileServiceEvent As IMobileServiceEvent) As Task

Parâmetros

mobileServiceEvent
IMobileServiceEvent

O evento a ser publicado.

Retornos

Uma tarefa que é concluída quando o evento é publicado.

Aplica-se a