Condividi tramite


IMobileServiceEventManager.PublishAsync(IMobileServiceEvent) Method

Definition

Publishes a 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

Parameters

mobileServiceEvent
IMobileServiceEvent

The event to be published.

Returns

A task that completes when the event is published.

Applies to