Compartir a través de


del método SPWorkflowManager.GetWorkflowAvailableRunCount

Obtiene el número de instancias de flujo de trabajo que pueden iniciarse al mismo tiempo, sin pospuesto, en el momento de la llamada.

Espacio de nombres:  Microsoft.SharePoint.Workflow
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Function GetWorkflowAvailableRunCount ( _
    web As SPWeb _
) As Integer
'Uso
Dim instance As SPWorkflowManager
Dim web As SPWeb
Dim returnValue As Integer

returnValue = instance.GetWorkflowAvailableRunCount(web)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public int GetWorkflowAvailableRunCount(
    SPWeb web
)

Parámetros

Valor devuelto

Tipo: System.Int32
Un entero de 32 bits que representa el número máximo de instancias que se pueden iniciar al mismo tiempo.

Excepciones

Excepción Condición
ArgumentNullException

El parámetro web es una referencia null (Nothing en Visual Basic).

Vea también

Referencia

clase SPWorkflowManager

Miembros SPWorkflowManager

Espacio de nombres Microsoft.SharePoint.Workflow