The SetValue method assigns the given TimeSpan value to the NBElement (using the NBElementTimeSpanType to determine the sub-type)
and returns the current NBElement (whose value is set).
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Parameters
- value
- Type:
System TimeSpan
The value to set.
- type
- Type: IBM.Broker.Plugin NBElementTimeSpanType
The type of the object.
Return Value
Type: NBElementThe current element.
See Also