ProcessCompleteWithErrorEventHandler Delegate

Relativity Services API
The ProcessCompleteWithErrorEventHandler is used to handle ProcessCompleteWithError events.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

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