MemTypes.HealthLevel| Modifier and Type | Method and Description |
|---|---|
MemTypes.HealthLevel |
get()
Get memory health.
|
void |
get(AsyncCallback<MemTypes.HealthLevel> asyncCallback)
Get memory health.
|
void |
get(AsyncCallback<MemTypes.HealthLevel> asyncCallback,
InvocationConfig invocationConfig)
Get memory health.
|
MemTypes.HealthLevel |
get(InvocationConfig invocationConfig)
Get memory health.
|
MemTypes.HealthLevel get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorMemTypes.HealthLevel get(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid get(AsyncCallback<MemTypes.HealthLevel> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
Memory health.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<MemTypes.HealthLevel> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
Memory health.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.