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
- reservationId
Type: System.Int32
- exception
Type: System.Exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.