Share via


IUserSubscriptionOperations Interface

Definition

UserSubscriptionOperations operations.

public interface IUserSubscriptionOperations
type IUserSubscriptionOperations = interface
Public Interface IUserSubscriptionOperations

Methods

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified Subscription entity associated with a particular user.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists the collection of subscriptions of the specified user.

ListWithHttpMessagesAsync(String, String, String, ODataQuery<SubscriptionContract>, Dictionary<String,List<String>>, CancellationToken)

Lists the collection of subscriptions of the specified user.

Extension Methods

Get(IUserSubscriptionOperations, String, String, String, String)

Gets the specified Subscription entity associated with a particular user.

GetAsync(IUserSubscriptionOperations, String, String, String, String, CancellationToken)

Gets the specified Subscription entity associated with a particular user.

List(IUserSubscriptionOperations, String, String, String, ODataQuery<SubscriptionContract>)

Lists the collection of subscriptions of the specified user.

ListAsync(IUserSubscriptionOperations, String, String, String, ODataQuery<SubscriptionContract>, CancellationToken)

Lists the collection of subscriptions of the specified user.

ListNext(IUserSubscriptionOperations, String)

Lists the collection of subscriptions of the specified user.

ListNextAsync(IUserSubscriptionOperations, String, CancellationToken)

Lists the collection of subscriptions of the specified user.

Applies to