dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / DisablePropagationSchedule Method / DisablePropagationSchedule(String,String) 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.
Name of the target queue to which messages are to be propagated in the form of a dblink.

In This Topic
DisablePropagationSchedule(String,String) Method
In This Topic
Disables the propagation schedule.
Syntax
'Declaration
 
Public Overloads Sub DisablePropagationSchedule( _
   ByVal destination As String, _
   ByVal destinationQueue As String _
) 
 

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.
destinationQueue
Name of the target queue to which messages are to be propagated in the form of a dblink.
See Also