Collapse All
Expand All
C#
Phoenix System Documentation
QueueChangedEventHandler Delegate
See Also
Send Feedback
Used to inform the Initiator that a File has arrived in the incoming search Queue.
Namespace:
Phoenix.Services.Search
Assembly:
phoenixservices
(in phoenixservices.exe) Version: 2.9.3209.25658 (2.9.0.0)
Syntax
C#
public
delegate
void
QueueChangedEventHandler
(
Object
sender
,
FileInfo
file
)
Parameters
sender
Type:
System
.
.
::
.
Object
file
Type:
System.IO
.
.
::
.
FileInfo
See Also
Phoenix.Services.Search Namespace