Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Updates the workflow.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As IWorkflow
Dim agentId As Guid
Dim sessionId As Guid
Dim returnValue As Boolean
returnValue = instance.WorkflowUpdate(agentId, sessionId)
Syntax
'Declaration
Function WorkflowUpdate ( _
agentId As Guid, _
sessionId As Guid _
) As Boolean
bool WorkflowUpdate (
Guid agentId,
Guid sessionId
)
bool WorkflowUpdate (
Guid agentId,
Guid sessionId
)
boolean WorkflowUpdate (
Guid agentId,
Guid sessionId
)
function WorkflowUpdate (
agentId : Guid,
sessionId : Guid
) : boolean
Parameters
- agentId
Specifies the agent ID.
- sessionId
Specifies the session ID
Return Value
Type: Boolean
True If the workflow is updated successfully, otherwise false
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IWorkflow Interface
IWorkflow Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.