IOperations Interface

Definition

Operations operations.

public interface IOperations
type IOperations = interface
Public Interface IOperations

Methods

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

Returns the list of available operations.

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

Returns the list of available operations.

Extension Methods

List(IOperations)

Returns the list of available operations.

ListAsync(IOperations, CancellationToken)

Returns the list of available operations.

ListNext(IOperations, String)

Returns the list of available operations.

ListNextAsync(IOperations, String, CancellationToken)

Returns the list of available operations.

Applies to