public class SynchronizeOptions extends Object
| Modifier | Constructor and Description |
|---|---|
|
SynchronizeOptions()
Initializes a new instance of the
SynchronizeOptions class. |
|
SynchronizeOptions(Object data)
Initializes a new instance of the
SynchronizeOptions class. |
protected |
SynchronizeOptions(Object state1,
Object state2)
Initializes a new instance of the
SynchronizeOptions class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCore() |
boolean |
isAsync()
Gets the flag of asynchronous performing the operation.
|
void |
setAsync(boolean value)
Sets the flag of asynchronous performing the operation.
|
public SynchronizeOptions()
SynchronizeOptions class.public SynchronizeOptions(Object data)
SynchronizeOptions class.data - The serialized data.public Object getCore()
public boolean isAsync()
false.public void setAsync(boolean value)
false.value - The flag of asynchronous performing the operation.Copyright © 2026. All rights reserved.