LinkInstantaneousGetOffsetToReceptionTimeEvaluator Method  | 
 
            Gets an evaluator that, given a time at which an event occurs at the 
Transmitter,
            evaluates the time at which the event is received by the 
Receiver.
            
 
    Namespace: 
   AGI.Foundation.Access
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic LinkDelayEvaluator GetOffsetToReceptionTimeEvaluator()
Public Function GetOffsetToReceptionTimeEvaluator As LinkDelayEvaluator
public:
LinkDelayEvaluator^ GetOffsetToReceptionTimeEvaluator()
member GetOffsetToReceptionTimeEvaluator : unit -> LinkDelayEvaluator 
Return Value
Type: 
LinkDelayEvaluatorThe evaluator.
Remarks
            The evaluator returned by this method always returns a duration of 0.0 seconds, indicating that the
            communication between the transmitter and receiver is instantaneous.
            
See Also