AdminApi.adminSet Method
Namespace: SafeNet.Sentinel
Description
Sets configuration options or applies actions to a License Manager specified by a License Manager context.
Syntax
AdminStatus adminSet ( String input,
ref String status )
Parameters
input
|
Definition of the actions/settings to be done, in XML format. For more information, see Action XML Tags or Changing Configuration Settings for Sentinel License Manager. |
|
Pointer to the status information for the applied actions/settings, in XML format |
Return Values
An AdminStatus status code.
Usage Notes
This method can be used to set multiple attributes in a single call. If, for any reason, the update of one of the attributes fails, the method returns an error code. However, the other attributes in the call are updated successfully. To see which attribute was not updated in this case, see the returned status information.
Related Topics
XML Tags for Admin API Methods
Examples of XML Code for Methods in Admin API
Changing Configuration Settings for Sentinel License Manager