Interface IServerSubscriptionsApiClient
Interface for API client server subscriptions operations.
Inherited Members
Namespace: Tableau.Migration.Api
Assembly: Tableau.Migration.dll
Syntax
public interface IServerSubscriptionsApiClient : IPagedListApiClient<IServerSubscription>, IApiPageAccessor<IServerSubscription>, IContentApiClient
Methods
GetAllSubscriptionsAsync(int, int, CancellationToken)
Gets all subscriptions on the server site.
Declaration
Task<IPagedResult<IServerSubscription>> GetAllSubscriptionsAsync(int pageNumber, int pageSize, CancellationToken cancel)
Parameters
Type | Name | Description |
---|---|---|
int | pageNumber | The page number. |
int | pageSize | The page size. |
CancellationToken | cancel | The cancellation token to obey. |
Returns
Type | Description |
---|---|
Task<IPagedResult<IServerSubscription>> | The list of subscriptions on the site. |