RemoteWorkflowCompletedEventArgs Constructor
Initializes a new instance of the RemoteWorkflowCompletedEventArgs class.
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, _
remoteWorkflowInstanceId As Guid, _
exception As Exception _
)
public RemoteWorkflowCompletedEventArgs(
int reservationId,
Guid remoteWorkflowInstanceId,
Exception exception
)
public:
RemoteWorkflowCompletedEventArgs(
int reservationId,
Guid remoteWorkflowInstanceId,
Exception^ exception
)
new :
reservationId:int *
remoteWorkflowInstanceId:Guid *
exception:Exception -> RemoteWorkflowCompletedEventArgs
public function RemoteWorkflowCompletedEventArgs(
reservationId : int,
remoteWorkflowInstanceId : Guid,
exception : Exception
)
Parameters
- reservationId
Type: System.Int32
The ID of the reservation instance.
- remoteWorkflowInstanceId
Type: System.Guid
The Guid of the remote workflow instance.
- exception
Type: System.Exception
The exception, if any, thrown by the remote workflow; otherwise, null.
.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.