DeleteWorkTypeDestinations Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class : DeleteWorkTypeDestinations Method



userName
destinations

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub DeleteWorkTypeDestinations( _
   ByVal userName As String, _
   ByVal destinations As Destinations _
) 
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim userName As String
Dim destinations As Destinations
 
instance.DeleteWorkTypeDestinations(userName, destinations)
C#  
public void DeleteWorkTypeDestinations( 
   string userName,
   Destinations destinations
)
C++/CLI  
public:
void DeleteWorkTypeDestinations( 
   String^ userName,
   Destinations^ destinations
) 

Parameters

userName
destinations

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also