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.Publishing
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property DequeueHost As String
C#
string DequeueHost { get; }
C++
property string DequeueHost abstract  {
    String get();
}
J#
/** property */
public string get_DequeueHost();
JScript
public function get DequeueHost() : String

Remarks

See Also