IOperations Interface

Definition

Operations operations.

public interface IOperations
type IOperations = interface
Public Interface IOperations

Methods

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

Gets a list of operations.

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

Gets a list of operations.

Extension Methods

Name Description
List(IOperations)

Gets a list of operations.

ListAsync(IOperations, CancellationToken)

Gets a list of operations.

ListNext(IOperations, String)

Gets a list of operations.

ListNextAsync(IOperations, String, CancellationToken)

Gets a list of operations.

Applies to