UM .NET API
6.16.1
|
Encapsulates the set of default LBM XSP attributes. More...
Public Member Functions | |
unsafe | LBMXSPAttributes () |
Instantiate LBMXSPAttributes class. More... | |
void | Dispose () |
Free memory associated with this set of attributes. | |
void | dispose () |
Free memory associated with this set of attributes (same as Dispose()). More... | |
unsafe string | getValue (string attributeName) |
Returns the current value of an attribute from this set of xsp attributes. More... | |
unsafe void | setValue (string attributeName, string attributeValue) |
Set the current value of an attribute in this set of xsp attributes. More... | |
void | setZeroTransportsCallback (LBMZeroTransportsCallback cb, object cbArg) |
Set the zero transports callback for an LBMXSP. More... | |
void | setZeroTransportsCallback (LBMZeroTransportsCallback cb) |
Set the zero transports callback for an LBMXSP. More... | |
Encapsulates the set of default LBM XSP attributes.
unsafe com.latencybusters.lbm.LBMXSPAttributes.LBMXSPAttributes | ( | ) |
Instantiate LBMXSPAttributes class.
com.latencybusters.lbm.LBMException | Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |
References com.latencybusters.lbm.LBM.errorMessage(), and com.latencybusters.lbm.LBM.errorNumber().
void com.latencybusters.lbm.LBMXSPAttributes.dispose | ( | ) |
Free memory associated with this set of attributes (same as Dispose()).
References com.latencybusters.lbm.LBM.errorMessage(), and com.latencybusters.lbm.LBM.errorNumber().
unsafe string com.latencybusters.lbm.LBMXSPAttributes.getValue | ( | string | attributeName | ) |
Returns the current value of an attribute from this set of xsp attributes.
attributeName | Name of the attribute to retrieve |
com.latencybusters.lbm.LBMException | Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |
References com.latencybusters.lbm.LBM.errorMessage(), and com.latencybusters.lbm.LBM.errorNumber().
unsafe void com.latencybusters.lbm.LBMXSPAttributes.setValue | ( | string | attributeName, |
string | attributeValue | ||
) |
Set the current value of an attribute in this set of xsp attributes.
attributeName | Name of the attribute to set |
attributeValue | New attribute value |
com.latencybusters.lbm.LBMException | Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |
References com.latencybusters.lbm.LBM.errorMessage(), com.latencybusters.lbm.LBM.errorNumber(), and com.latencybusters.lbm.LBMZeroTransportsCallback().
void com.latencybusters.lbm.LBMXSPAttributes.setZeroTransportsCallback | ( | LBMZeroTransportsCallback | cb, |
object | cbArg | ||
) |
Set the zero transports callback for an LBMXSP.
cb | A delegate of type LBMZeroTransportsCallback |
cbArg | A user-supplied callback object to be passed back in the zero transports callback |
void com.latencybusters.lbm.LBMXSPAttributes.setZeroTransportsCallback | ( | LBMZeroTransportsCallback | cb | ) |
Set the zero transports callback for an LBMXSP.
cb | A delegate of type LBMZeroTransportsCallback |