Partager via


WorkflowDeploymentService.GetActivitySignatures - Méthode

Espace de noms :  Microsoft.SharePoint.Client.WorkflowServices
Assembly :  Microsoft.SharePoint.Client.WorkflowServices (dans Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntaxe

'Déclaration
Public Overridable Function GetActivitySignatures ( _
    lastChanged As DateTime _
) As ClientResult(Of IDictionary(Of String, String))
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<IDictionary<String, String>>

Voir aussi

Référence

WorkflowDeploymentService classe

WorkflowDeploymentService - Membres

Microsoft.SharePoint.Client.WorkflowServices - Espace de noms