tibrvcmTransport_GetCompleteTime()

Function

Declaration

tibrv_status tibrvcmTransport_GetCompleteTime(
    tibrvcmTransport     cmTransport,
    tibrv_f64*           completeTime);

Purpose

Extract the worker complete time limit of a distributed queue transport.

Remarks

The complete time parameter of the scheduler affects the reassignment of tasks.

Parameter

Description

cmTransport

Get the complete time of this distributed queue transport.

completeTime

The program supplies a location, and the function stores the worker complete time in that location.

See Also

tibrvcmTransport_SetCompleteTime()

Distributed Queue, in TIBCO Rendezvous Concepts

Complete Time, in TIBCO Rendezvous Concepts