Changes the timeout for a given identifier used by the SOAP or HTTP nodes.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public static bool ChangeIdentifierTimeout(
byte[] identifier,
int timeout
)
public static bool ChangeIdentifierTimeout(
byte[] identifier,
int timeout
)
Public Shared Function ChangeIdentifierTimeout (
identifier As Byte(),
timeout As Integer
) As Boolean
Public Shared Function ChangeIdentifierTimeout (
identifier As Byte(),
timeout As Integer
) As Boolean
public:
static bool ChangeIdentifierTimeout(
array<unsigned char>^ identifier,
int timeout
)
public:
static bool ChangeIdentifierTimeout(
array<unsigned char>^ identifier,
int timeout
)
static member ChangeIdentifierTimeout :
identifier : byte[] *
timeout : int -> bool
static member ChangeIdentifierTimeout :
identifier : byte[] *
timeout : int -> bool
Parameters
- identifier
- Type:
System Byte
This is a byte array that must resolve to a valid SOAP node ReplyIdentifier or HTTP node RequestIdentifier.
- timeout
- Type:
System Int32
This is the time in seconds to be added to the existing timeout.
Return Value
Type:
BooleanIndicating if the timeout was sucessfully changed