ProcessCompleteWithErrorEventHandler Delegate

Relativity Services API

Note: This API is now obsolete.

The ProcessCompleteWithErrorEventHandler is used to handle ProcessCompleteWithError events.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

[ObsoleteAttribute]
public delegate void ProcessCompleteWithErrorEventHandler(
	Object sender,
	ProcessCompleteWithErrorEventArgs eventArgs
)

Parameters

sender
Type: System.Object
The object that raised the event.
eventArgs
Type: kCura.Relativity.Client.ProcessCompleteWithErrorEventArgs
The ProcessCompleteWithErrorEventArgs object containing information about the completed process.
See Also

Reference