Visual Basic (Declaration) | |
---|---|
Public Function DeleteExceptionDestination( _ ByVal userName As String, _ ByVal destination As Destination _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim userName As String Dim destination As Destination Dim value As Boolean value = instance.DeleteExceptionDestination(userName, destination) |
C# | |
---|---|
public bool DeleteExceptionDestination( string userName, Destination destination ) |
C++/CLI | |
---|---|
public: bool DeleteExceptionDestination( String^ userName, Destination^ destination ) |
Parameters
- userName
- destination
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