Share via


INewCommerceMigrationCollection.GetEventsAsync(String, String) Method

Definition

Asynchronously gets the collection of migration events associated to a New-Commerce migration ID or subscription ID.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigrationEvent>> GetEventsAsync (string newCommerceMigrationId, string currentSubscriptionId);
abstract member GetEventsAsync : string * string -> System.Threading.Tasks.Task<seq<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigrationEvent>>
Public Function GetEventsAsync (newCommerceMigrationId As String, currentSubscriptionId As String) As Task(Of IEnumerable(Of NewCommerceMigrationEvent))

Parameters

newCommerceMigrationId
String

The New-Commerce migration ID.

currentSubscriptionId
String

The current subscription ID.

Returns

The collection of New-Commerce migration events.

Applies to