Compartir a través de


IWorkflowVersionsOperations Interfaz

Definición

Operaciones WorkflowVersionsOperations.

public interface IWorkflowVersionsOperations
type IWorkflowVersionsOperations = interface
Public Interface IWorkflowVersionsOperations

Métodos

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

Obtiene una versión de flujo de trabajo.

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

Obtiene una lista de versiones de flujo de trabajo.

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

Obtiene una lista de versiones de flujo de trabajo.

Métodos de extensión

Get(IWorkflowVersionsOperations, String, String, String)

Obtiene una versión de flujo de trabajo.

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

Obtiene una versión de flujo de trabajo.

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

Obtiene una lista de versiones de flujo de trabajo.

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

Obtiene una lista de versiones de flujo de trabajo.

ListNext(IWorkflowVersionsOperations, String)

Obtiene una lista de versiones de flujo de trabajo.

ListNextAsync(IWorkflowVersionsOperations, String, CancellationToken)

Obtiene una lista de versiones de flujo de trabajo.

Se aplica a