Partager via


IWorkflowVersionsOperations Interface

Définition

Opérations WorkflowVersionsOperations.

public interface IWorkflowVersionsOperations
type IWorkflowVersionsOperations = interface
Public Interface IWorkflowVersionsOperations

Méthodes

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

Obtient une version de workflow.

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

Obtient la liste des versions de workflow.

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

Obtient la liste des versions de workflow.

Méthodes d’extension

Get(IWorkflowVersionsOperations, String, String, String)

Obtient une version de workflow.

GetAsync(IWorkflowVersionsOperations, String, String, String, CancellationToken)

Obtient une version de workflow.

List(IWorkflowVersionsOperations, String, String, Nullable<Int32>)

Obtient la liste des versions de workflow.

ListAsync(IWorkflowVersionsOperations, String, String, Nullable<Int32>, CancellationToken)

Obtient la liste des versions de workflow.

ListNext(IWorkflowVersionsOperations, String)

Obtient la liste des versions de workflow.

ListNextAsync(IWorkflowVersionsOperations, String, CancellationToken)

Obtient la liste des versions de workflow.

S’applique à