WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
ChangeIdentifierTimeout Method (identifier, timeout)
NamespacesIBM.Broker.PluginNBUtilitiesChangeIdentifierTimeout(array<Byte>[]()[][], Int32)
SUMMARY
Changes the timeout for a given identifier used by the SOAP or HTTP nodes.
Declaration Syntax
C#Visual BasicVisual C++F#
public static bool ChangeIdentifierTimeout(
	byte[] identifier,
	int timeout
)
Public Shared Function ChangeIdentifierTimeout ( _
	identifier As Byte(), _
	timeout As Integer _
) As Boolean
public:
static bool ChangeIdentifierTimeout(
	array<unsigned char>^ identifier, 
	int timeout
)
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