dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / SchedulePropagation Method / SchedulePropagation(String,DateTime) 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, the default domain name is used.
Initial start time for the propagation window for messages from the source queue to the destination.

In This Topic
    SchedulePropagation(String,DateTime) Method
    In This Topic
    Enables schedule for message propagation messages to the specified destination starting at the specified time.
    Syntax
    'Declaration
     
    Public Overloads Sub SchedulePropagation( _
       ByVal destination As String, _
       ByVal startTime As Date _
    ) 
    public void SchedulePropagation( 
       string destination,
       DateTime startTime
    )

    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, the default domain name is used.
    startTime
    Initial start time for the propagation window for messages from the source queue to the destination.
    See Also