public class MergeOptions extends Object
Learn more
Constructor and Description |
---|
MergeOptions()
Initializes a new instance of the
MergeOptions class. |
Modifier and Type | Method and Description |
---|---|
Cancellation |
getCancellation()
Gets the operation cancellation object.
|
boolean |
isAsync()
Gets the flag of asynchronous performing the operation.
|
void |
setAsync(boolean value)
Sets the flag of asynchronous performing the operation.
|
void |
setCancellation(Cancellation value)
Sets the operation cancellation object.
|
public MergeOptions()
MergeOptions
class.public final boolean isAsync()
false
.public final void setAsync(boolean value)
false
.value
- The flag of asynchronous performing the operation.public final Cancellation getCancellation()
null
.public final void setCancellation(Cancellation value)
null
.value
- The operation cancellation object.