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



userName
destinations

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub DeleteExceptionDestinations( _
   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.DeleteExceptionDestinations(userName, destinations)
C#  
public void DeleteExceptionDestinations( 
   string userName,
   Destinations destinations
)
C++/CLI  
public:
void DeleteExceptionDestinations( 
   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