Specifies the host name of the server responsible for dequeuing the item. Note that a retried queue item might have a different DequeueHost value for each retry, depending on which server actually processed the queue item.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property DequeueHost As String
C#
string DequeueHost { get; }
Visual C++
property String^ DequeueHost {
	String^ get ();
}
JavaScript
function get_dequeueHost();

ToggleRemarks

ToggleSee Also