RemoteWorkflowCompletedEventArgs Constructor

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Services
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    reservationId As Integer, _
    exception As Exception _
)
public RemoteWorkflowCompletedEventArgs(
    int reservationId,
    Exception exception
)
public:
RemoteWorkflowCompletedEventArgs(
    int reservationId, 
    Exception^ exception
)
new : 
        reservationId:int * 
        exception:Exception -> RemoteWorkflowCompletedEventArgs
public function RemoteWorkflowCompletedEventArgs(
    reservationId : int, 
    exception : Exception
)

Parameters

.NET Framework Security

See Also

Reference

RemoteWorkflowCompletedEventArgs Class

Microsoft.TeamFoundation.Build.Workflow.Services Namespace