Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

QueueList Event

Fired for every queue when ListQueues is called.

Syntax

typedef void __fastcall (__closure *TibzQueueQueueListEvent)(System::TObject* Sender, TibzQueueQueueListEventParams *e);

__property TibzQueueQueueListEvent OnQueueList = {read=FOnQueueList, write=FOnQueueList};

typedef struct {
     String Name;
     String URL;
} TibzQueueQueueListEventParams;

Remarks

This event is fired for each queue in the response when ListQueues is called. This event provides information about each queue as it is returned from the server.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0