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).
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |