Share via


AifGatewayQueue::submitMessageSetToQueue Method

Submits a message set to a queue.

Syntax

client server public static void submitMessageSetToQueue(
    AifMessageSetEnumerator messageEnumerator, 
    AifPortName inboundPortName, 
    boolean syncProcess, 
    UserConnection dbConnection, 
    AifWindowsUser submittingUser, 
   [boolean aosSkipValidate])

Run On

Called

Parameters

  • syncProcess
    Type: boolean
    A Boolean value that indicates whether this call is performed as a part of a synchronization operation.
  • dbConnection
    Type: UserConnection Class
    An instance of the UserConnection class that represents an optional database connection.
  • aosSkipValidate
    Type: boolean
    A Boolean value that indicates whether a validation check is performed; optional.

See Also

Reference

AifGatewayQueue Table