WorkflowDeploymentService.GetActivitySignatures método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Overridable Function GetActivitySignatures ( _
lastChanged As DateTime _
) As ClientResult(Of IDictionary(Of String, String))
'Uso
Dim instance As WorkflowDeploymentService
Dim lastChanged As DateTime
Dim returnValue As ClientResult(Of IDictionary(Of String, String))
returnValue = instance.GetActivitySignatures(lastChanged)
public virtual ClientResult<IDictionary<string, string>> GetActivitySignatures(
DateTime lastChanged
)
Parâmetros
- lastChanged
Tipo: System.DateTime
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<IDictionary<String, String>>
Ver também
Referência
WorkflowDeploymentService classe