dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / AlterPropagationSchedule Method / AlterPropagationSchedule(String,Double,String,Double) Method
Destination database link. Messages in the source queue for recipients at this destination are propagated. If it is NULL, the destination is the local database and messages are propagated to other queues in the local database. The length of this field is currently limited to 128 bytes, and if the name is not fully qualified, then the default domain name is used.
Duration of the propagation window in seconds.
Date function to compute the start of the next propagation window from the end of the current window. If this value is NULL, propagation is stopped at the end of the current window.
Maximum wait, in seconds, in the propagation window for a message to be propagated after it is enqueued.

In This Topic
AlterPropagationSchedule(String,Double,String,Double) Method
In This Topic
Alters parameters of the schedule by which messages are propagated.
Syntax
'Declaration
 
Public Overloads Sub AlterPropagationSchedule( _
   ByVal destination As String, _
   ByVal duration As Double, _
   ByVal nextTime As String, _
   ByVal latency As Double _
) 
 

Parameters

destination
Destination database link. Messages in the source queue for recipients at this destination are propagated. If it is NULL, the destination is the local database and messages are propagated to other queues in the local database. The length of this field is currently limited to 128 bytes, and if the name is not fully qualified, then the default domain name is used.
duration
Duration of the propagation window in seconds.
nextTime
Date function to compute the start of the next propagation window from the end of the current window. If this value is NULL, propagation is stopped at the end of the current window.
latency
Maximum wait, in seconds, in the propagation window for a message to be propagated after it is enqueued.
See Also