WorkflowDeploymentService.GetActivitySignatures 方法
命名空間: Microsoft.SharePoint.Client.WorkflowServices
組件: Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)
語法
'宣告
Public Overridable Function GetActivitySignatures ( _
lastChanged As DateTime _
) As ClientResult(Of IDictionary(Of String, String))
'用途
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
)
參數
- lastChanged
類型:System.DateTime
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<IDictionary<String, String>>