Run a database tune - this can be an expensive operation, so should be done out of hourss

Namespace: SynergyClientAPI.Utilities
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function RunDBTune( _ 
Optional ByVal waiter As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse RunDBTune( 
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ RunDBTune( 
IASyncWait^ waiter 
)
This language is not supported or no code example is available.
public static function RunDBTune( 
waiter : IASyncWait 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

waiter
Type: IASyncWait

an optional wait element, if you wish to wait for it to complete

Return Value

Type: OperationResponse

the response of queueing up the DB tune

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1