Skip to end of metadata
Go to start of metadata

This example provides you a code snippet for RPC calls for disabling a pool/specific license.

#### For disabling the pool/specific license
#### Make RPC Call Start ####
	$xmlrpc_msg = new xmlrpcmsg('licensing.disableLicense', array(
			new xmlrpcval($licPool, 'string')
	));
	$reply = $client->send($xmlrpc_msg);
#### Make RPC Call End ####

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.