PublicAPI.Processes.Objects.TerminateMessageReceiveSchedulerJob.Find ELMA API Documentation
Find objects according to fetch options
 
 
Syntax

public ICollection<TerminateMessageReceiveSchedulerJob> Find(
	FetchOptions fetchOptions
)

Parameters

fetchOptions
Type: FetchOptions
Fetch Options (to get all the results from database, use All)

Return Value

Type: ICollection TerminateMessageReceiveSchedulerJob 
List of Found Objects
See Also