Exemplo n.º 1
0
 public async Task EndAudioFeed()
 {
     await audioFeed.End().ConfigureAwait(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Ends the event processing
 /// </summary>
 /// <returns>A task that represents the asynchronous operation.</returns>
 internal async Task End()
 {
     await eventFeed.End().ConfigureAwait(false);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Stops the nav map feed.
 /// </summary>
 /// <returns>A task that represents the asynchronous operation.</returns>
 public async Task StopFeed()
 {
     await navMapFeed.End().ConfigureAwait(false);
 }