NBUtilities ChangeIdentifierTimeout Method IBM Integration Bus
Changes the timeout for a given identifier used by the SOAP or HTTP nodes.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public static bool ChangeIdentifierTimeout(
	byte[] identifier,
	int timeout
)

Parameters

identifier
Type:  OnlineSystem Byte 
This is a byte array that must resolve to a valid SOAP node ReplyIdentifier or HTTP node RequestIdentifier.
timeout
Type: OnlineSystem Int32
This is the time in seconds to be added to the existing timeout.

Return Value

Type: OnlineBoolean
Indicating if the timeout was sucessfully changed
See Also