SUMMARY
Changes the timeout for a given identifier used by the SOAP or HTTP nodes.

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static bool ChangeIdentifierTimeout(
byte[] identifier,
int timeout
)
Public Shared Function ChangeIdentifierTimeout ( _
identifier As Byte(), _
timeout As Integer _
) As Boolean
static member ChangeIdentifierTimeout :
identifier:byte[] *
timeout:int -> bool

Parameters
- identifier (array<Byte>[]()[][])
- This is a byte array that must resolve to a valid SOAP node ReplyIdentifier or HTTP node RequestIdentifier.
- timeout (Int32)
- This is the long time in seconds to be added to the existing timeout.

Return Value
Indicating if the timeout was sucessfully changed
Assembly:
IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0