dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / UnschedulePropagation Method / UnschedulePropagation(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.

In This Topic
    UnschedulePropagation(String) Method
    In This Topic
    Unschedules previously scheduled propagation of messages from a queue to a destination identified by a specific database link.
    Syntax
    'Declaration
     
    Public Overloads Sub UnschedulePropagation( _
       ByVal destination As String _
    ) 
    public void UnschedulePropagation( 
       string destination
    )

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also