Cancel any pending get-notification calls on all queues matching the given name.
Visual Basic Public Function CancelGetNotification( _ ByVal queueName As String _ ) As Integer
C# public int CancelGetNotification( string queueName );
queueName The expression to match queue names upon.
Cancel any pending get-notification calls on all queues matching the given name.
Return the number of affected queues (not the number of blocked reads necessarily).
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |